GNU libmicrohttpd
0.9.29
|
These are the standard headers found in HTTP requests and responses.
#define MHD_HTTP_HEADER_ACCEPT "Accept" |
Definition at line 292 of file microhttpd.h.
#define MHD_HTTP_HEADER_ACCEPT_CHARSET "Accept-Charset" |
Definition at line 293 of file microhttpd.h.
#define MHD_HTTP_HEADER_ACCEPT_ENCODING "Accept-Encoding" |
Definition at line 294 of file microhttpd.h.
#define MHD_HTTP_HEADER_ACCEPT_LANGUAGE "Accept-Language" |
Definition at line 295 of file microhttpd.h.
#define MHD_HTTP_HEADER_ACCEPT_RANGES "Accept-Ranges" |
Definition at line 296 of file microhttpd.h.
#define MHD_HTTP_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN "Access-Control-Allow-Origin" |
Definition at line 343 of file microhttpd.h.
#define MHD_HTTP_HEADER_AGE "Age" |
Definition at line 297 of file microhttpd.h.
#define MHD_HTTP_HEADER_ALLOW "Allow" |
Definition at line 298 of file microhttpd.h.
#define MHD_HTTP_HEADER_AUTHORIZATION "Authorization" |
Definition at line 299 of file microhttpd.h.
Referenced by MHD_basic_auth_get_username_password(), MHD_digest_auth_check(), and MHD_digest_auth_get_username().
#define MHD_HTTP_HEADER_CACHE_CONTROL "Cache-Control" |
Definition at line 300 of file microhttpd.h.
#define MHD_HTTP_HEADER_CONNECTION "Connection" |
Definition at line 301 of file microhttpd.h.
Referenced by add_extra_headers(), build_header_response(), keepalive_possible(), and MHD_connection_handle_idle().
#define MHD_HTTP_HEADER_CONTENT_ENCODING "Content-Encoding" |
Definition at line 302 of file microhttpd.h.
#define MHD_HTTP_HEADER_CONTENT_LANGUAGE "Content-Language" |
Definition at line 303 of file microhttpd.h.
#define MHD_HTTP_HEADER_CONTENT_LENGTH "Content-Length" |
Definition at line 304 of file microhttpd.h.
Referenced by add_extra_headers(), and parse_connection_headers().
#define MHD_HTTP_HEADER_CONTENT_LOCATION "Content-Location" |
Definition at line 305 of file microhttpd.h.
#define MHD_HTTP_HEADER_CONTENT_MD5 "Content-MD5" |
Definition at line 306 of file microhttpd.h.
#define MHD_HTTP_HEADER_CONTENT_RANGE "Content-Range" |
Definition at line 307 of file microhttpd.h.
#define MHD_HTTP_HEADER_CONTENT_TYPE "Content-Type" |
Definition at line 308 of file microhttpd.h.
Referenced by MHD_create_post_processor().
#define MHD_HTTP_HEADER_COOKIE "Cookie" |
Definition at line 309 of file microhttpd.h.
Referenced by parse_cookie_header().
#define MHD_HTTP_HEADER_DATE "Date" |
Definition at line 310 of file microhttpd.h.
Referenced by build_header_response().
#define MHD_HTTP_HEADER_ETAG "ETag" |
Definition at line 311 of file microhttpd.h.
#define MHD_HTTP_HEADER_EXPECT "Expect" |
Definition at line 312 of file microhttpd.h.
Referenced by need_100_continue().
#define MHD_HTTP_HEADER_EXPIRES "Expires" |
Definition at line 313 of file microhttpd.h.
#define MHD_HTTP_HEADER_FROM "From" |
Definition at line 314 of file microhttpd.h.
#define MHD_HTTP_HEADER_HOST "Host" |
Definition at line 315 of file microhttpd.h.
Referenced by parse_connection_headers().
#define MHD_HTTP_HEADER_IF_MATCH "If-Match" |
Definition at line 316 of file microhttpd.h.
#define MHD_HTTP_HEADER_IF_MODIFIED_SINCE "If-Modified-Since" |
Definition at line 317 of file microhttpd.h.
#define MHD_HTTP_HEADER_IF_NONE_MATCH "If-None-Match" |
Definition at line 318 of file microhttpd.h.
#define MHD_HTTP_HEADER_IF_RANGE "If-Range" |
Definition at line 319 of file microhttpd.h.
#define MHD_HTTP_HEADER_IF_UNMODIFIED_SINCE "If-Unmodified-Since" |
Definition at line 320 of file microhttpd.h.
#define MHD_HTTP_HEADER_LAST_MODIFIED "Last-Modified" |
Definition at line 321 of file microhttpd.h.
#define MHD_HTTP_HEADER_LOCATION "Location" |
Definition at line 322 of file microhttpd.h.
#define MHD_HTTP_HEADER_MAX_FORWARDS "Max-Forwards" |
Definition at line 323 of file microhttpd.h.
#define MHD_HTTP_HEADER_PRAGMA "Pragma" |
Definition at line 324 of file microhttpd.h.
#define MHD_HTTP_HEADER_PROXY_AUTHENTICATE "Proxy-Authenticate" |
Definition at line 325 of file microhttpd.h.
#define MHD_HTTP_HEADER_PROXY_AUTHORIZATION "Proxy-Authorization" |
Definition at line 326 of file microhttpd.h.
#define MHD_HTTP_HEADER_RANGE "Range" |
Definition at line 327 of file microhttpd.h.
#define MHD_HTTP_HEADER_REFERER "Referer" |
Definition at line 329 of file microhttpd.h.
#define MHD_HTTP_HEADER_RETRY_AFTER "Retry-After" |
Definition at line 330 of file microhttpd.h.
#define MHD_HTTP_HEADER_SERVER "Server" |
Definition at line 331 of file microhttpd.h.
#define MHD_HTTP_HEADER_SET_COOKIE "Set-Cookie" |
Definition at line 332 of file microhttpd.h.
#define MHD_HTTP_HEADER_SET_COOKIE2 "Set-Cookie2" |
Definition at line 333 of file microhttpd.h.
#define MHD_HTTP_HEADER_TE "TE" |
Definition at line 334 of file microhttpd.h.
#define MHD_HTTP_HEADER_TRAILER "Trailer" |
Definition at line 335 of file microhttpd.h.
#define MHD_HTTP_HEADER_TRANSFER_ENCODING "Transfer-Encoding" |
Definition at line 336 of file microhttpd.h.
Referenced by add_extra_headers(), and parse_connection_headers().
#define MHD_HTTP_HEADER_UPGRADE "Upgrade" |
Definition at line 337 of file microhttpd.h.
#define MHD_HTTP_HEADER_USER_AGENT "User-Agent" |
Definition at line 338 of file microhttpd.h.
#define MHD_HTTP_HEADER_VARY "Vary" |
Definition at line 339 of file microhttpd.h.
#define MHD_HTTP_HEADER_VIA "Via" |
Definition at line 340 of file microhttpd.h.
#define MHD_HTTP_HEADER_WARNING "Warning" |
Definition at line 341 of file microhttpd.h.
#define MHD_HTTP_HEADER_WWW_AUTHENTICATE "WWW-Authenticate" |
Definition at line 342 of file microhttpd.h.
Referenced by MHD_queue_auth_fail_response(), and MHD_queue_basic_auth_fail_response().