Go to the source code of this file.
Classes | |
| struct | hurl_t |
Defines | |
| #define | URL_ERROR 1100 |
| #define | URL_ERROR_UNKNOWN_PROTOCOL (URL_ERROR + 1) |
| #define | URL_ERROR_NO_PROTOCOL (URL_ERROR + 2) |
| #define | URL_ERROR_NO_HOST (URL_ERROR + 3) |
Typedefs | |
| typedef enum _hprotocol | hprotocol_t |
Enumerations | |
| enum | _hprotocol { PROTOCOL_HTTP, PROTOCOL_HTTPS } |
Functions | |
| herror_t | hurl_parse (struct hurl_t *obj, const char *url) |
| void | hurl_free (struct hurl_t *url) |
|
|
URL errors |
|
|
|
|
|
|
|
|
|
|
|
The protocol types in enumeration format. Used in some other nanohttp objects like hurl_t.
|
|
|
The protocol types in enumeration format. Used in some other nanohttp objects like hurl_t.
|
|
|
Frees the resources within a url and the url itself.
|
|
||||||||||||
|
Parses the given 'urlstr' and fills the given hurl_t object. Parse an URI URI-reference = [ absoluteURI | relativeURI ] [ "#" fragment ]
|
1.4.6