mongoose/docs/c-api/mg_util.h/mg_url_encode.md
Dmitry Frank 3eb4eb8074 Fix mongoose docs generation
PUBLISHED_FROM=331821dcd1f7dc8a94581cd8a9b51aa00a89fddc
2018-02-03 01:20:48 +02:00

364 B

title decl_name symbol_kind signature
mg_url_encode() mg_url_encode func struct mg_str mg_url_encode(const struct mg_str src);

URL-escape the specified string. All non-printable characters are escaped, plus ._-$,;~()/. Input need not be NUL-terminated, but the returned string is. Returned string is heap-allocated and must be free()'d.