GNU libmicrohttpd
0.9.65
|
These are the status codes defined for HTTP responses. See: https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml Registry export date: 2019-06-09
#define MHD_HTTP_ACCEPTED 202 |
Definition at line 330 of file microhttpd.h.
#define MHD_HTTP_ALREADY_REPORTED 208 |
Definition at line 342 of file microhttpd.h.
#define MHD_HTTP_BAD_GATEWAY 502 |
Definition at line 432 of file microhttpd.h.
#define MHD_HTTP_BAD_REQUEST 400 |
Definition at line 367 of file microhttpd.h.
Referenced by MHD_connection_handle_idle(), MHD_request_handle_idle_(), parse_connection_headers(), parse_request_headers(), and process_broken_line().
#define MHD_HTTP_BANDWIDTH_LIMIT_EXCEEDED 509 |
Definition at line 460 of file microhttpd.h.
#define MHD_HTTP_BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS 450 |
Definition at line 457 of file microhttpd.h.
#define MHD_HTTP_CONFLICT 409 |
Definition at line 385 of file microhttpd.h.
#define MHD_HTTP_CONTINUE 100 |
Definition at line 317 of file microhttpd.h.
#define MHD_HTTP_CREATED 201 |
Definition at line 328 of file microhttpd.h.
#define MHD_HTTP_EARLY_HINTS 103 |
Definition at line 323 of file microhttpd.h.
#define MHD_HTTP_EXPECTATION_FAILED 417 |
Definition at line 401 of file microhttpd.h.
#define MHD_HTTP_FAILED_DEPENDENCY 424 |
Definition at line 410 of file microhttpd.h.
#define MHD_HTTP_FORBIDDEN 403 |
Definition at line 373 of file microhttpd.h.
#define MHD_HTTP_FOUND 302 |
Definition at line 352 of file microhttpd.h.
#define MHD_HTTP_GATEWAY_TIMEOUT 504 |
Definition at line 436 of file microhttpd.h.
#define MHD_HTTP_GONE 410 |
Definition at line 387 of file microhttpd.h.
#define MHD_HTTP_HTTP_VERSION_NOT_SUPPORTED 505 |
Definition at line 438 of file microhttpd.h.
#define MHD_HTTP_IM_USED 226 |
Definition at line 345 of file microhttpd.h.
#define MHD_HTTP_INSUFFICIENT_STORAGE 507 |
Definition at line 442 of file microhttpd.h.
#define MHD_HTTP_INTERNAL_SERVER_ERROR 500 |
Definition at line 428 of file microhttpd.h.
Referenced by connection_update_event_loop_info(), and MHD_connection_update_event_loop_info().
#define MHD_HTTP_LENGTH_REQUIRED 411 |
Definition at line 389 of file microhttpd.h.
#define MHD_HTTP_LOCKED 423 |
Definition at line 408 of file microhttpd.h.
#define MHD_HTTP_LOOP_DETECTED 508 |
Definition at line 444 of file microhttpd.h.
#define MHD_HTTP_METHOD_NOT_ACCEPTABLE _MHD_DEPR_IN_MACRO("Value MHD_HTTP_METHOD_NOT_ACCEPTABLE is deprecated, use MHD_HTTP_NOT_ACCEPTABLE") 406 |
Definition at line 465 of file microhttpd.h.
#define MHD_HTTP_METHOD_NOT_ALLOWED 405 |
Definition at line 377 of file microhttpd.h.
#define MHD_HTTP_MISDIRECTED_REQUEST 421 |
Definition at line 404 of file microhttpd.h.
#define MHD_HTTP_MOVED_PERMANENTLY 301 |
Definition at line 350 of file microhttpd.h.
#define MHD_HTTP_MULTI_STATUS 207 |
Definition at line 340 of file microhttpd.h.
#define MHD_HTTP_MULTIPLE_CHOICES 300 |
Definition at line 348 of file microhttpd.h.
#define MHD_HTTP_NETWORK_AUTHENTICATION_REQUIRED 511 |
Definition at line 449 of file microhttpd.h.
#define MHD_HTTP_NO_CONTENT 204 |
Definition at line 334 of file microhttpd.h.
Referenced by build_header_response(), MHD_queue_response(), and response_action().
#define MHD_HTTP_NO_RESPONSE _MHD_DEPR_IN_MACRO("Value MHD_HTTP_NO_RESPONSE is deprecated as it is nginx internal code for logs only") 444 |
Definition at line 485 of file microhttpd.h.
#define MHD_HTTP_NON_AUTHORITATIVE_INFORMATION 203 |
Definition at line 332 of file microhttpd.h.
#define MHD_HTTP_NOT_ACCEPTABLE 406 |
Definition at line 379 of file microhttpd.h.
#define MHD_HTTP_NOT_EXTENDED 510 |
Definition at line 447 of file microhttpd.h.
#define MHD_HTTP_NOT_FOUND 404 |
Definition at line 375 of file microhttpd.h.
#define MHD_HTTP_NOT_IMPLEMENTED 501 |
Definition at line 430 of file microhttpd.h.
#define MHD_HTTP_NOT_MODIFIED 304 |
Definition at line 356 of file microhttpd.h.
Referenced by build_header_response(), MHD_queue_response(), and response_action().
#define MHD_HTTP_OK 200 |
Definition at line 326 of file microhttpd.h.
Referenced by build_header_response(), MHD_queue_response(), and response_action().
#define MHD_HTTP_PARTIAL_CONTENT 206 |
Definition at line 338 of file microhttpd.h.
#define MHD_HTTP_PAYLOAD_TOO_LARGE 413 |
Definition at line 393 of file microhttpd.h.
#define MHD_HTTP_PAYMENT_REQUIRED 402 |
Definition at line 371 of file microhttpd.h.
#define MHD_HTTP_PERMANENT_REDIRECT 308 |
Definition at line 364 of file microhttpd.h.
#define MHD_HTTP_PRECONDITION_FAILED 412 |
Definition at line 391 of file microhttpd.h.
#define MHD_HTTP_PRECONDITION_REQUIRED 428 |
Definition at line 417 of file microhttpd.h.
#define MHD_HTTP_PROCESSING 102 |
Definition at line 321 of file microhttpd.h.
Referenced by MHD_connection_handle_idle(), and MHD_request_handle_idle_().
#define MHD_HTTP_PROXY_AUTHENTICATION_REQUIRED 407 |
Definition at line 381 of file microhttpd.h.
#define MHD_HTTP_RANGE_NOT_SATISFIABLE 416 |
Definition at line 399 of file microhttpd.h.
#define MHD_HTTP_REQUEST_ENTITY_TOO_LARGE _MHD_DEPR_IN_MACRO("Value MHD_HTTP_REQUEST_ENTITY_TOO_LARGE is deprecated, use MHD_HTTP_PAYLOAD_TOO_LARGE") 413 |
Definition at line 469 of file microhttpd.h.
#define MHD_HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE 431 |
Definition at line 422 of file microhttpd.h.
Referenced by connection_add_header(), connection_update_event_loop_info(), get_next_header_line(), MHD_connection_update_event_loop_info(), parse_cookie_header(), process_broken_line(), and request_add_header().
#define MHD_HTTP_REQUEST_TIMEOUT 408 |
Definition at line 383 of file microhttpd.h.
#define MHD_HTTP_REQUEST_URI_TOO_LONG _MHD_DEPR_IN_MACRO("Value MHD_HTTP_REQUEST_URI_TOO_LONG is deprecated, use MHD_HTTP_URI_TOO_LONG") 414 |
Definition at line 473 of file microhttpd.h.
#define MHD_HTTP_REQUESTED_RANGE_NOT_SATISFIABLE _MHD_DEPR_IN_MACRO("Value MHD_HTTP_REQUESTED_RANGE_NOT_SATISFIABLE is deprecated, use MHD_HTTP_RANGE_NOT_SATISFIABLE") 416 |
Definition at line 477 of file microhttpd.h.
#define MHD_HTTP_RESET_CONTENT 205 |
Definition at line 336 of file microhttpd.h.
#define MHD_HTTP_RETRY_WITH 449 |
Definition at line 454 of file microhttpd.h.
#define MHD_HTTP_SEE_OTHER 303 |
Definition at line 354 of file microhttpd.h.
#define MHD_HTTP_SERVICE_UNAVAILABLE 503 |
Definition at line 434 of file microhttpd.h.
#define MHD_HTTP_SWITCH_PROXY 306 |
Definition at line 360 of file microhttpd.h.
#define MHD_HTTP_SWITCHING_PROTOCOLS 101 |
Definition at line 319 of file microhttpd.h.
Referenced by MHD_queue_response(), and MHD_response_for_upgrade().
#define MHD_HTTP_TEMPORARY_REDIRECT 307 |
Definition at line 362 of file microhttpd.h.
#define MHD_HTTP_TOO_EARLY 425 |
Definition at line 412 of file microhttpd.h.
#define MHD_HTTP_TOO_MANY_REQUESTS 429 |
Definition at line 419 of file microhttpd.h.
#define MHD_HTTP_UNAUTHORIZED 401 |
Definition at line 369 of file microhttpd.h.
Referenced by MHD_queue_auth_fail_response2(), and MHD_queue_basic_auth_fail_response().
#define MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS 451 |
Definition at line 425 of file microhttpd.h.
#define MHD_HTTP_UNORDERED_COLLECTION _MHD_DEPR_IN_MACRO("Value MHD_HTTP_UNORDERED_COLLECTION is deprecated as it was removed from RFC") 425 |
Definition at line 481 of file microhttpd.h.
#define MHD_HTTP_UNPROCESSABLE_ENTITY 422 |
Definition at line 406 of file microhttpd.h.
#define MHD_HTTP_UNSUPPORTED_MEDIA_TYPE 415 |
Definition at line 397 of file microhttpd.h.
#define MHD_HTTP_UPGRADE_REQUIRED 426 |
Definition at line 414 of file microhttpd.h.
#define MHD_HTTP_URI_TOO_LONG 414 |
Definition at line 395 of file microhttpd.h.
Referenced by connection_update_event_loop_info(), get_next_header_line(), and MHD_connection_update_event_loop_info().
#define MHD_HTTP_USE_PROXY 305 |
Definition at line 358 of file microhttpd.h.
#define MHD_HTTP_VARIANT_ALSO_NEGOTIATES 506 |
Definition at line 440 of file microhttpd.h.