libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
|
URL encoding/decoding for cookie values. More...
Functions | |
char * | cookie_url_decode (const char *encoded) |
URL-decode a string. | |
char * | cookie_url_encode (const char *decoded) |
URL-encode a string. | |
URL encoding/decoding for cookie values.
char * cookie_url_decode | ( | const char * | encoded | ) |
URL-decode a string.
encoded | URL-encoded string |
char * cookie_url_encode | ( | const char * | decoded | ) |
URL-encode a string.
decoded | Plain string |