GNU libmicrohttpd  0.9.72
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

◆ MHD_HTTP_POST_ENCODING_FORM_URLENCODED

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

Definition at line 1004 of file microhttpd.h.

◆ MHD_HTTP_POST_ENCODING_MULTIPART_FORMDATA

#define MHD_HTTP_POST_ENCODING_MULTIPART_FORMDATA   "multipart/form-data"

Definition at line 1006 of file microhttpd.h.