#include "internal.h"
Go to the source code of this file.
Functions | |
| size_t | MHD_http_unescape (void *cls, struct MHD_Connection *connection, char *val) |
| size_t MHD_http_unescape | ( | void * | cls, | |
| struct MHD_Connection * | connection, | |||
| char * | val | |||
| ) |
Process escape sequences ('+'=space, HH) Updates val in place; the result should be UTF-8 encoded and cannot be larger than the input. The result must also still be 0-terminated.
| cls | closure (use NULL) | |
| connection | handle to connection, not used |
Definition at line 118 of file internal.c.
References SSCANF.
Referenced by post_process_urlencoded().

1.7.1