40 return "connection init";
42 return "connection url received";
44 return "header partially received";
46 return "headers received";
48 return "headers processed";
50 return "continue sending";
52 return "continue sent";
54 return "body received";
56 return "footer partially received";
58 return "footers received";
60 return "headers sending";
62 return "headers sent";
64 return "normal body ready";
66 return "normal body unready";
68 return "chunked body ready";
70 return "chunked body unready";
74 return "footers sending";
76 return "footers sent";
80 return "unrecognized connection state";
94 enum MHD_StatusCode sc,
123 for (p = strchr (arg,
'+');
NULL != p; p = strchr (p + 1,
'+'))
143 while (
'\0' != *rpos)
153 *wpos = (char) ((
unsigned char) num);
190 unsigned int *num_headers)
197 while ( (
NULL != args) &&
200 equals = strchr (args,
'=');
201 amper = strchr (args,
'&');
242 if ( (
NULL == equals) ||
bool MHD_parse_arguments_(struct MHD_Request *request, enum MHD_ValueKind kind, char *args, MHD_ArgumentIterator_ cb, unsigned int *num_headers)
internal shared structures
struct MHD_Daemon * daemon
MHD_UnescapeCallback unescape_cb
size_t MHD_http_unescape(char *val)
MHD_LoggingCallback logger
bool(* MHD_ArgumentIterator_)(struct MHD_Request *request, const char *key, const char *value, enum MHD_ValueKind kind)
void MHD_unescape_plus(char *arg)
size_t MHD_strx_to_uint32_n_(const char *str, size_t maxlen, uint32_t *out_val)