Ulfius
HTTP Framework for REST Applications in C
|
Functions | |
char * | ulfius_url_decode (const char *str) |
char * | ulfius_url_encode (const char *str) |
URL Encode functions
char* ulfius_url_decode | ( | const char * | str | ) |
Returns a url-decoded version of str returned value must be u_free'd after use Thanks Geek Hideout! http://www.geekhideout.com/urlcode.shtml
str | the string to decode |
Returns a url-decoded version of str returned value must be cleaned after use Thanks Geek Hideout! http://www.geekhideout.com/urlcode.shtml
char* ulfius_url_encode | ( | const char * | str | ) |
Returns a url-encoded version of str returned value must be u_free'd after use Thanks Geek Hideout! http://www.geekhideout.com/urlcode.shtml
str | the string to encode |
Returns a url-encoded version of str returned value must be cleaned after use Thanks Geek Hideout! http://www.geekhideout.com/urlcode.shtml