URI

Namespace: dmURI Language: C++ Type: Defold C++ File: uri.h Source: engine/dlib/src/dmsdk/dlib/uri.h Include: dmsdk/dlib/uri.h

URI functions.

API

dmURI::Decode

Type: FUNCTION Decodes an URL encoded buffer

Notes

Parameters

dmURI::Encode

Type: FUNCTION Performs URL encoding of the supplied buffer

Notes

Parameters

dmURI::Parse

Type: FUNCTION Parse URI and split in three parts. (scheme, location, path)

Notes

Parameters

Returns

dmURI::Parts

Type: STRUCT URI parsing result parts

dmURI::Result

Type: FUNCTION URI parsing result