43 return "connection init";
45 return "receiving request line";
47 return "request line received";
49 return "headers receiving";
51 return "headers received";
53 return "headers processed";
55 return "continue sending";
57 return "body receiving";
59 return "body received";
61 return "footers receiving";
63 return "footers received";
65 return "full request received";
67 return "start sending reply";
69 return "headers sending";
71 return "headers sent";
73 return "normal body unready";
75 return "normal body ready";
77 return "chunked body unready";
79 return "chunked body ready";
81 return "chunked body sent";
83 return "footers sending";
85 return "reply sent completely";
89 return "unrecognized connection state";
112 va_start (va, format);
113 daemon->custom_error_log (daemon->custom_error_log_cls,
133 for (p = strchr (arg,
'+');
NULL != p; p = strchr (p + 1,
'+'))
179 while ( (
NULL != args) &&
184 equals = strchr (args,
'=');
185 amper = strchr (args,
'&');
228 if ( (
NULL == equals) ||
void * unescape_callback_cls
size_t MHD_str_pct_decode_in_place_lenient_(char *str, bool *broken_encoding)
bool MHD_parse_arguments_(struct MHD_Request *request, enum MHD_ValueKind kind, char *args, MHD_ArgumentIterator_ cb, unsigned int *num_headers)
struct MHD_Daemon * daemon
MHD internal shared structures.
size_t MHD_http_unescape(char *val)
Header for string manipulating helpers.
UnescapeCallback unescape_callback
bool(* MHD_ArgumentIterator_)(struct MHD_Request *request, const char *key, const char *value, enum MHD_ValueKind kind)
void MHD_unescape_plus(char *arg)