GNU libmicrohttpd  0.9.29
HTTP POST encodings

Macros

#define MHD_HTTP_POST_ENCODING_FORM_URLENCODED   "application/x-www-form-urlencoded"
 
#define MHD_HTTP_POST_ENCODING_MULTIPART_FORMDATA   "multipart/form-data"
 

Detailed Description

See also: http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4

Macro Definition Documentation

#define MHD_HTTP_POST_ENCODING_FORM_URLENCODED   "application/x-www-form-urlencoded"

Definition at line 392 of file microhttpd.h.

Referenced by MHD_create_post_processor(), and MHD_post_process().

#define MHD_HTTP_POST_ENCODING_MULTIPART_FORMDATA   "multipart/form-data"

Definition at line 393 of file microhttpd.h.

Referenced by MHD_create_post_processor(), and MHD_post_process().