GNU libmicrohttpd  0.9.59
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 835 of file microhttpd.h.

Referenced by MHD_create_post_processor(), and MHD_post_process().

◆ MHD_HTTP_POST_ENCODING_MULTIPART_FORMDATA

#define MHD_HTTP_POST_ENCODING_MULTIPART_FORMDATA   "multipart/form-data"

Definition at line 836 of file microhttpd.h.

Referenced by MHD_create_post_processor(), and MHD_post_process().