GNU libmicrohttpd 1.0.0
Loading...
Searching...
No Matches
HTTP response codes.

Macros

#define MHD_HTTP_CONTINUE   100
 
#define MHD_HTTP_SWITCHING_PROTOCOLS   101
 
#define MHD_HTTP_PROCESSING   102
 
#define MHD_HTTP_EARLY_HINTS   103
 
#define MHD_HTTP_OK   200
 
#define MHD_HTTP_CREATED   201
 
#define MHD_HTTP_ACCEPTED   202
 
#define MHD_HTTP_NON_AUTHORITATIVE_INFORMATION   203
 
#define MHD_HTTP_NO_CONTENT   204
 
#define MHD_HTTP_RESET_CONTENT   205
 
#define MHD_HTTP_PARTIAL_CONTENT   206
 
#define MHD_HTTP_MULTI_STATUS   207
 
#define MHD_HTTP_ALREADY_REPORTED   208
 
#define MHD_HTTP_IM_USED   226
 
#define MHD_HTTP_MULTIPLE_CHOICES   300
 
#define MHD_HTTP_MOVED_PERMANENTLY   301
 
#define MHD_HTTP_FOUND   302
 
#define MHD_HTTP_SEE_OTHER   303
 
#define MHD_HTTP_NOT_MODIFIED   304
 
#define MHD_HTTP_USE_PROXY   305
 
#define MHD_HTTP_SWITCH_PROXY   306
 
#define MHD_HTTP_TEMPORARY_REDIRECT   307
 
#define MHD_HTTP_PERMANENT_REDIRECT   308
 
#define MHD_HTTP_BAD_REQUEST   400
 
#define MHD_HTTP_UNAUTHORIZED   401
 
#define MHD_HTTP_PAYMENT_REQUIRED   402
 
#define MHD_HTTP_FORBIDDEN   403
 
#define MHD_HTTP_NOT_FOUND   404
 
#define MHD_HTTP_METHOD_NOT_ALLOWED   405
 
#define MHD_HTTP_NOT_ACCEPTABLE   406
 
#define MHD_HTTP_PROXY_AUTHENTICATION_REQUIRED   407
 
#define MHD_HTTP_REQUEST_TIMEOUT   408
 
#define MHD_HTTP_CONFLICT   409
 
#define MHD_HTTP_GONE   410
 
#define MHD_HTTP_LENGTH_REQUIRED   411
 
#define MHD_HTTP_PRECONDITION_FAILED   412
 
#define MHD_HTTP_CONTENT_TOO_LARGE   413
 
#define MHD_HTTP_URI_TOO_LONG   414
 
#define MHD_HTTP_UNSUPPORTED_MEDIA_TYPE   415
 
#define MHD_HTTP_RANGE_NOT_SATISFIABLE   416
 
#define MHD_HTTP_EXPECTATION_FAILED   417
 
#define MHD_HTTP_MISDIRECTED_REQUEST   421
 
#define MHD_HTTP_UNPROCESSABLE_CONTENT   422
 
#define MHD_HTTP_LOCKED   423
 
#define MHD_HTTP_FAILED_DEPENDENCY   424
 
#define MHD_HTTP_TOO_EARLY   425
 
#define MHD_HTTP_UPGRADE_REQUIRED   426
 
#define MHD_HTTP_PRECONDITION_REQUIRED   428
 
#define MHD_HTTP_TOO_MANY_REQUESTS   429
 
#define MHD_HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE   431
 
#define MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS   451
 
#define MHD_HTTP_INTERNAL_SERVER_ERROR   500
 
#define MHD_HTTP_NOT_IMPLEMENTED   501
 
#define MHD_HTTP_BAD_GATEWAY   502
 
#define MHD_HTTP_SERVICE_UNAVAILABLE   503
 
#define MHD_HTTP_GATEWAY_TIMEOUT   504
 
#define MHD_HTTP_HTTP_VERSION_NOT_SUPPORTED   505
 
#define MHD_HTTP_VARIANT_ALSO_NEGOTIATES   506
 
#define MHD_HTTP_INSUFFICIENT_STORAGE   507
 
#define MHD_HTTP_LOOP_DETECTED   508
 
#define MHD_HTTP_NOT_EXTENDED   510
 
#define MHD_HTTP_NETWORK_AUTHENTICATION_REQUIRED   511
 
#define MHD_HTTP_RETRY_WITH   449
 
#define MHD_HTTP_BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS   450
 
#define MHD_HTTP_BANDWIDTH_LIMIT_EXCEEDED   509
 
#define MHD_HTTP_METHOD_NOT_ACCEPTABLE
 
#define MHD_HTTP_REQUEST_ENTITY_TOO_LARGE
 
#define MHD_HTTP_PAYLOAD_TOO_LARGE
 
#define MHD_HTTP_REQUEST_URI_TOO_LONG
 
#define MHD_HTTP_REQUESTED_RANGE_NOT_SATISFIABLE
 
#define MHD_HTTP_UNPROCESSABLE_ENTITY
 
#define MHD_HTTP_UNORDERED_COLLECTION
 
#define MHD_HTTP_NO_RESPONSE
 

Detailed Description

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: 2023-09-29

Macro Definition Documentation

◆ MHD_HTTP_ACCEPTED

#define MHD_HTTP_ACCEPTED   202

Definition at line 348 of file microhttpd.h.

◆ MHD_HTTP_ALREADY_REPORTED

#define MHD_HTTP_ALREADY_REPORTED   208

Definition at line 360 of file microhttpd.h.

◆ MHD_HTTP_BAD_GATEWAY

#define MHD_HTTP_BAD_GATEWAY   502

Definition at line 451 of file microhttpd.h.

◆ MHD_HTTP_BAD_REQUEST

◆ MHD_HTTP_BANDWIDTH_LIMIT_EXCEEDED

#define MHD_HTTP_BANDWIDTH_LIMIT_EXCEEDED   509

Definition at line 479 of file microhttpd.h.

◆ MHD_HTTP_BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS

#define MHD_HTTP_BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS   450

Definition at line 476 of file microhttpd.h.

◆ MHD_HTTP_CONFLICT

#define MHD_HTTP_CONFLICT   409

Definition at line 403 of file microhttpd.h.

◆ MHD_HTTP_CONTENT_TOO_LARGE

#define MHD_HTTP_CONTENT_TOO_LARGE   413

◆ MHD_HTTP_CONTINUE

#define MHD_HTTP_CONTINUE   100

Definition at line 335 of file microhttpd.h.

◆ MHD_HTTP_CREATED

#define MHD_HTTP_CREATED   201

Definition at line 346 of file microhttpd.h.

◆ MHD_HTTP_EARLY_HINTS

#define MHD_HTTP_EARLY_HINTS   103

Definition at line 341 of file microhttpd.h.

◆ MHD_HTTP_EXPECTATION_FAILED

#define MHD_HTTP_EXPECTATION_FAILED   417

Definition at line 419 of file microhttpd.h.

◆ MHD_HTTP_FAILED_DEPENDENCY

#define MHD_HTTP_FAILED_DEPENDENCY   424

Definition at line 429 of file microhttpd.h.

◆ MHD_HTTP_FORBIDDEN

#define MHD_HTTP_FORBIDDEN   403

Definition at line 391 of file microhttpd.h.

◆ MHD_HTTP_FOUND

#define MHD_HTTP_FOUND   302

Definition at line 370 of file microhttpd.h.

◆ MHD_HTTP_GATEWAY_TIMEOUT

#define MHD_HTTP_GATEWAY_TIMEOUT   504

Definition at line 455 of file microhttpd.h.

◆ MHD_HTTP_GONE

#define MHD_HTTP_GONE   410

Definition at line 405 of file microhttpd.h.

◆ MHD_HTTP_HTTP_VERSION_NOT_SUPPORTED

#define MHD_HTTP_HTTP_VERSION_NOT_SUPPORTED   505

Definition at line 457 of file microhttpd.h.

Referenced by parse_http_version().

◆ MHD_HTTP_IM_USED

#define MHD_HTTP_IM_USED   226

Definition at line 363 of file microhttpd.h.

◆ MHD_HTTP_INSUFFICIENT_STORAGE

#define MHD_HTTP_INSUFFICIENT_STORAGE   507

Definition at line 461 of file microhttpd.h.

◆ MHD_HTTP_INTERNAL_SERVER_ERROR

#define MHD_HTTP_INTERNAL_SERVER_ERROR   500

Definition at line 447 of file microhttpd.h.

Referenced by connection_update_event_loop_info(), and handle_recv_no_space().

◆ MHD_HTTP_LENGTH_REQUIRED

#define MHD_HTTP_LENGTH_REQUIRED   411

Definition at line 407 of file microhttpd.h.

◆ MHD_HTTP_LOCKED

#define MHD_HTTP_LOCKED   423

Definition at line 427 of file microhttpd.h.

◆ MHD_HTTP_LOOP_DETECTED

#define MHD_HTTP_LOOP_DETECTED   508

Definition at line 463 of file microhttpd.h.

◆ MHD_HTTP_METHOD_NOT_ACCEPTABLE

#define MHD_HTTP_METHOD_NOT_ACCEPTABLE
Value:
"Value MHD_HTTP_METHOD_NOT_ACCEPTABLE is deprecated, use MHD_HTTP_NOT_ACCEPTABLE" \
) 406
#define _MHD_DEPR_IN_MACRO(msg)
Definition microhttpd.h:266

Definition at line 483 of file microhttpd.h.

◆ MHD_HTTP_METHOD_NOT_ALLOWED

#define MHD_HTTP_METHOD_NOT_ALLOWED   405

Definition at line 395 of file microhttpd.h.

◆ MHD_HTTP_MISDIRECTED_REQUEST

#define MHD_HTTP_MISDIRECTED_REQUEST   421

Definition at line 423 of file microhttpd.h.

◆ MHD_HTTP_MOVED_PERMANENTLY

#define MHD_HTTP_MOVED_PERMANENTLY   301

Definition at line 368 of file microhttpd.h.

Referenced by send_redirect_fixed_rq_target().

◆ MHD_HTTP_MULTI_STATUS

#define MHD_HTTP_MULTI_STATUS   207

Definition at line 358 of file microhttpd.h.

◆ MHD_HTTP_MULTIPLE_CHOICES

#define MHD_HTTP_MULTIPLE_CHOICES   300

Definition at line 366 of file microhttpd.h.

◆ MHD_HTTP_NETWORK_AUTHENTICATION_REQUIRED

#define MHD_HTTP_NETWORK_AUTHENTICATION_REQUIRED   511

Definition at line 468 of file microhttpd.h.

◆ MHD_HTTP_NO_CONTENT

#define MHD_HTTP_NO_CONTENT   204

◆ MHD_HTTP_NO_RESPONSE

#define MHD_HTTP_NO_RESPONSE
Value:
"Value MHD_HTTP_NO_RESPONSE is deprecated as it is nginx internal code for logs only"\
) 444

Definition at line 518 of file microhttpd.h.

◆ MHD_HTTP_NON_AUTHORITATIVE_INFORMATION

#define MHD_HTTP_NON_AUTHORITATIVE_INFORMATION   203

Definition at line 350 of file microhttpd.h.

◆ MHD_HTTP_NOT_ACCEPTABLE

#define MHD_HTTP_NOT_ACCEPTABLE   406

Definition at line 397 of file microhttpd.h.

◆ MHD_HTTP_NOT_EXTENDED

#define MHD_HTTP_NOT_EXTENDED   510

Definition at line 466 of file microhttpd.h.

◆ MHD_HTTP_NOT_FOUND

#define MHD_HTTP_NOT_FOUND   404

Definition at line 393 of file microhttpd.h.

◆ MHD_HTTP_NOT_IMPLEMENTED

#define MHD_HTTP_NOT_IMPLEMENTED   501

Definition at line 449 of file microhttpd.h.

Referenced by get_no_space_err_status_code().

◆ MHD_HTTP_NOT_MODIFIED

#define MHD_HTTP_NOT_MODIFIED   304

◆ MHD_HTTP_OK

#define MHD_HTTP_OK   200

Definition at line 344 of file microhttpd.h.

Referenced by _MHD_PUT_64BIT_BE_SAFE(), _MHD_PUT_64BIT_LE_SAFE(), _MHD_ROTL32(), _MHD_ROTR32(), _MHD_ROTR64(), add_response_entry(), add_response_entry_n(), add_response_header_connection(), add_user_headers(), buffer_append(), build_connection_chunked_response_footer(), build_header_response(), build_header_response(), calc_userdigest(), calc_userhash(), calculate_add_nonce(), calculate_add_nonce_with_retry(), calculate_nonce(), call_connection_handler(), call_handlers(), call_request_handler(), check_and_grow_read_buffer_space(), check_argument_match(), check_connection_reply(), check_nonce_nc(), check_uri_match(), check_write_done(), cleanup_connection(), cleanup_connection(), close_all_connections(), close_connection(), configure_listen_reuse(), connection_add_header(), connection_check_timedout(), connection_close_error(), connection_maximize_write_buffer(), connection_reset(), connection_shrink_read_buffer(), connection_update_event_loop_info(), del_response_header_connection(), digest_auth_check_all(), digest_auth_check_all_inner(), digest_calc_hash(), digest_get_hash_size(), digest_get_size(), digest_init_one_time(), digest_reset(), digest_update(), digest_update_str(), digest_update_with_colon(), fast_simple_hash(), file_logger(), file_reader(), file_reader(), find_auth_rq_header_(), find_boundary(), free_callback(), free_callback(), free_unmarked(), get_base_digest_algo(), get_buffer_for_size(), get_date_str(), get_listen_port_number(), get_next_header_line(), get_no_space_err_status_code(), get_nonce_nc_idx(), get_nonce_timestamp(), get_req_header(), get_req_headers(), get_request_line(), get_request_line_inner(), get_rq_extended_uname_copy_z(), get_rq_nc(), get_rq_param_unquoted_copy_z(), get_rq_uname(), get_rq_uname_type(), get_rq_unames_size(), get_system_fdsetsize_value(), get_unquoted_param(), get_unquoted_param_copy(), handle_recv_no_space(), handle_req_chunk_size_line_no_space(), handle_req_footers_no_space(), handle_req_headers_no_space(), has_unprocessed_upload_body_data_in_buffer(), internal_add_connection(), internal_get_fdset2(), internal_get_fdset2(), internal_run_from_select(), internal_run_from_select(), internal_suspend_connection_(), is_param_equal(), is_param_equal_caseless(), is_reply_body_needed(), is_slot_available(), keepalive_possible(), md5_transform(), method_string_to_enum(), MHD_accept_connection(), MHD_add_connection(), MHD_add_response_entry_no_alloc_(), MHD_add_response_entry_no_check_(), MHD_add_response_footer(), MHD_add_response_header(), MHD_add_to_fd_set_(), MHD_add_to_fd_set_(), MHD_basic_auth_get_username_password(), MHD_basic_auth_get_username_password3(), MHD_bin_to_hex(), MHD_bin_to_hex_z(), MHD_calloc_(), MHD_check_global_init_(), MHD_check_response_header_token_ci(), MHD_cleanup_connections(), MHD_connection_alloc_memory_(), MHD_connection_call_handlers_(), MHD_connection_cleanup_(), MHD_connection_close_(), MHD_connection_close_(), MHD_connection_get_information_sz(), MHD_connection_handle_idle(), MHD_connection_handle_read(), MHD_connection_handle_write(), MHD_connection_mark_closed_(), MHD_connection_set_cork_state_(), MHD_connection_set_initial_state_(), MHD_connection_set_nodelay_state_(), MHD_connection_set_timeout(), MHD_connection_update_event_loop_info(), MHD_connection_update_last_activity_(), MHD_create_post_processor(), MHD_create_response_empty(), MHD_create_response_from_buffer(), MHD_create_response_from_buffer_copy(), MHD_create_response_from_buffer_with_free_callback_cls(), MHD_create_response_from_callback(), MHD_create_response_from_data(), MHD_create_response_from_fd_at_offset(), MHD_create_response_from_fd_at_offset64(), MHD_create_response_from_iovec(), MHD_create_thread_(), MHD_create_thread_(), MHD_daemon_bind_port(), MHD_daemon_bind_socket_address(), MHD_daemon_close_all_connections_(), MHD_daemon_connection_default_timeout(), MHD_daemon_connection_memory_limit(), MHD_daemon_create(), MHD_daemon_destroy(), MHD_daemon_digest_auth_nc_length(), MHD_daemon_digest_auth_random(), MHD_daemon_event_loop(), MHD_daemon_get_fdset(), MHD_daemon_get_fdset2(), MHD_daemon_get_information_sz(), MHD_daemon_get_timeout(), MHD_daemon_gnutls_credentials(), MHD_daemon_gnutls_key_and_cert_from_callback(), MHD_daemon_poll_(), MHD_daemon_protocol_strict_level(), MHD_daemon_quiesce(), MHD_daemon_run(), MHD_daemon_run_from_select(), MHD_daemon_select_(), MHD_daemon_set_early_uri_logger(), MHD_daemon_set_notify_connection(), MHD_daemon_set_tls_backend(), MHD_daemon_start(), MHD_daemon_tcp_fastopen(), MHD_daemon_thread_stack_size(), MHD_daemon_threading_mode(), MHD_daemon_tls_key_and_cert_from_memory(), MHD_daemon_tls_mem_dhparams(), MHD_daemon_tls_mem_trust(), MHD_del_response_header(), MHD_destroy_post_processor(), MHD_digest_auth_calc_userdigest(), MHD_digest_auth_calc_userhash(), MHD_digest_auth_calc_userhash_hex(), MHD_digest_auth_check(), MHD_digest_auth_check2(), MHD_digest_auth_check3(), MHD_digest_auth_check_digest(), MHD_digest_auth_check_digest2(), MHD_digest_auth_check_digest3(), MHD_digest_auth_get_request_info3(), MHD_digest_auth_get_username(), MHD_digest_auth_get_username3(), MHD_fini(), MHD_free(), MHD_get_connection_info(), MHD_get_connection_values(), MHD_get_connection_values_n(), MHD_get_daemon_info(), MHD_get_fdset(), MHD_get_fdset2(), MHD_get_master(), MHD_get_reason_phrase_for(), MHD_get_reason_phrase_for(), MHD_get_reason_phrase_len_for(), MHD_get_response_element_n_(), MHD_get_response_header(), MHD_get_response_headers(), MHD_get_timeout(), MHD_get_timeout64(), MHD_get_version(), MHD_get_version_bin(), MHD_hex_to_bin(), MHD_htonll(), MHD_htons(), MHD_http_unescape(), MHD_init(), MHD_init_mem_pools_(), MHD_ip_addr_compare(), MHD_ip_addr_compare(), MHD_ip_addr_to_key(), MHD_ip_addr_to_key(), MHD_ip_count_lock(), MHD_ip_count_unlock(), MHD_ip_limit_add(), MHD_ip_limit_add(), MHD_ip_limit_del(), MHD_ip_limit_del(), MHD_is_feature_supported(), MHD_is_feature_supported(), MHD_lookup_connection_value(), MHD_lookup_connection_value_n(), MHD_lookup_header_token_ci(), MHD_MD5_deinit(), MHD_MD5_finish(), MHD_MD5_finish_reset(), MHD_MD5_init(), MHD_MD5_init_one_time(), MHD_MD5_update(), MHD_MD5_update(), MHD_monotonic_msec_counter(), MHD_monotonic_sec_counter(), MHD_monotonic_sec_counter_finish(), MHD_monotonic_sec_counter_init(), mhd_panic_std(), mhd_panic_std(), MHD_parse_arguments_(), MHD_parse_arguments_(), MHD_polling_thread(), MHD_pool_allocate(), MHD_pool_allocate(), MHD_pool_create(), MHD_pool_deallocate(), MHD_pool_destroy(), MHD_pool_is_resizable_inplace(), MHD_pool_reallocate(), MHD_pool_reset(), MHD_pool_try_alloc(), MHD_post_process(), MHD_queue_auth_fail_response(), MHD_queue_auth_fail_response2(), MHD_queue_auth_required_response3(), MHD_queue_basic_auth_required_response3(), MHD_queue_response(), MHD_quiesce_daemon(), MHD_request_get_information_sz(), MHD_request_get_values(), MHD_request_handle_idle_(), MHD_request_resume(), MHD_request_set_value(), MHD_response_add_header(), MHD_response_add_trailer(), MHD_response_del_header(), MHD_response_for_upgrade(), MHD_response_from_buffer(), MHD_response_from_callback(), MHD_response_from_fd(), MHD_response_get_headers(), MHD_resume_connection(), MHD_resume_suspended_connections_(), MHD_run(), MHD_run_from_select(), MHD_run_from_select2(), MHD_run_tls_handshake_(), MHD_run_wait(), MHD_select(), MHD_send_data_(), MHD_send_hdr_and_body_(), MHD_send_init_static_vars_(), MHD_send_iovec_(), MHD_set_connection_option(), MHD_set_connection_value(), MHD_set_connection_value_n(), MHD_set_panic_func(), MHD_set_response_options(), MHD_SHA1_finish(), MHD_SHA1_init(), MHD_SHA1_update(), MHD_SHA256_deinit(), MHD_SHA256_finish(), MHD_SHA256_finish_reset(), MHD_SHA256_init(), MHD_SHA256_init_one_time(), MHD_SHA256_update(), MHD_SHA256_update(), MHD_SHA512_256_finish(), MHD_SHA512_256_init(), MHD_SHA512_256_update(), MHD_socket_create_listen_(), MHD_socket_nonblocking_(), MHD_socket_noninheritable_(), MHD_socket_set_nodelay_(), MHD_start_daemon(), MHD_start_daemon_va(), MHD_stop_daemon(), MHD_str_equal_caseless_(), MHD_str_equal_caseless_bin_n_(), MHD_str_equal_caseless_n_(), MHD_str_has_token_caseless_(), MHD_str_pct_decode_in_place_lenient_(), MHD_str_pct_decode_in_place_strict_(), MHD_str_pct_decode_lenient_n_(), MHD_str_pct_decode_strict_n_(), MHD_str_remove_token_caseless_(), MHD_str_remove_tokens_caseless_(), MHD_str_to_uint64_(), MHD_str_to_uint64_n_(), MHD_strx_to_uint32_(), MHD_strx_to_uint32_n_(), MHD_strx_to_uint64_(), MHD_strx_to_uint64_n_(), MHD_suspend_connection(), MHD_tls_connection_shutdown(), mhd_tool_get_proc_cpu_count(), mhd_tool_get_proc_cpu_count_cpuset_getaffinity_(), mhd_tool_get_proc_cpu_count_sched_getaffinity_(), mhd_tool_get_proc_cpu_count_sched_getaffinity_np_(), mhd_tool_get_proc_cpu_count_w32_(), mhd_tool_get_sys_cpu_count_special_api_(), mhd_tool_get_sys_cpu_count_sysconf_(), mhd_tool_get_sys_cpu_count_sysconf_fallback_(), mhd_tool_get_sys_cpu_count_sysctl_(), mhd_tool_get_sys_cpu_count_sysctl_fallback_(), mhd_tool_get_system_cpu_count(), mhd_tool_str_to_uint(), MHD_uint16_to_str(), MHD_uint32_to_strx(), MHD_uint64_to_str(), MHD_uint8_to_str_pad(), MHD_unescape_plus(), MHD_update_last_activity_(), MHD_websocket_check_connection_header(), MHD_websocket_check_http_version(), MHD_websocket_check_upgrade_header(), MHD_websocket_check_utf8(), MHD_websocket_check_version_header(), MHD_websocket_copy_payload(), MHD_websocket_create_accept_header(), MHD_websocket_decode(), MHD_websocket_decode_header_complete(), MHD_websocket_decode_payload_complete(), MHD_websocket_encode_binary(), MHD_websocket_encode_close(), MHD_websocket_encode_data(), MHD_websocket_encode_is_masked(), MHD_websocket_encode_overhead_size(), MHD_websocket_encode_ping(), MHD_websocket_encode_ping_pong(), MHD_websocket_encode_pong(), MHD_websocket_encode_text(), MHD_websocket_free(), MHD_websocket_generate_mask(), MHD_websocket_malloc(), MHD_websocket_realloc(), MHD_websocket_split_close_reason(), MHD_websocket_stream_free(), MHD_websocket_stream_init(), MHD_websocket_stream_init2(), MHD_websocket_stream_invalidate(), MHD_websocket_stream_is_valid(), need_100_continue(), need_100_continue(), new_connection_prepare_(), new_connection_process_(), new_connections_list_process_(), open_listen_socket(), parse_connection_headers(), parse_cookie_header(), parse_http_std_method(), parse_http_version(), parse_initial_message_line(), parse_options(), parse_options_va(), parse_request_headers(), pipe_reader(), post_process_multipart(), post_process_urlencoded(), post_send_setopt(), pre_send_setopt(), process_broken_line(), process_header_line(), process_interim_params(), process_multipart_headers(), process_request_body(), process_request_body(), process_request_target(), process_value(), process_value_to_boundary(), queue_auth_required_response3_inner(), recv_param_adapter(), recv_tls_adapter(), request_add_header(), reset_rq_header_processing_state(), response_action(), resume_suspended_connections(), send_iov_emu(), send_redirect_fixed_rq_target(), setup_reply_properties(), setup_thread_pool(), sha1_transform(), sha256_transform(), sha512_256_transform(), socket_flush_possible(), socket_start_extra_buffering(), socket_start_no_buffering(), socket_start_no_buffering_flush(), socket_start_normal_buffering(), stop_workers(), switch_to_rq_headers_processing(), tdelete(), tdelete(), test_header(), tfind(), transmit_error_response(), transmit_error_response_len(), try_get_value(), try_grow_read_buffer(), try_match_header(), try_ready_chunked_body(), try_ready_normal_body(), tsearch(), unescape_wrapper(), unescape_wrapper(), and zero_send_().

◆ MHD_HTTP_PARTIAL_CONTENT

#define MHD_HTTP_PARTIAL_CONTENT   206

Definition at line 356 of file microhttpd.h.

◆ MHD_HTTP_PAYLOAD_TOO_LARGE

#define MHD_HTTP_PAYLOAD_TOO_LARGE
Value:
"Value MHD_HTTP_PAYLOAD_TOO_LARGE is deprecated use MHD_HTTP_CONTENT_TOO_LARGE" \
) 413

Definition at line 493 of file microhttpd.h.

◆ MHD_HTTP_PAYMENT_REQUIRED

#define MHD_HTTP_PAYMENT_REQUIRED   402

Definition at line 389 of file microhttpd.h.

◆ MHD_HTTP_PERMANENT_REDIRECT

#define MHD_HTTP_PERMANENT_REDIRECT   308

Definition at line 382 of file microhttpd.h.

◆ MHD_HTTP_PRECONDITION_FAILED

#define MHD_HTTP_PRECONDITION_FAILED   412

Definition at line 409 of file microhttpd.h.

◆ MHD_HTTP_PRECONDITION_REQUIRED

#define MHD_HTTP_PRECONDITION_REQUIRED   428

Definition at line 436 of file microhttpd.h.

◆ MHD_HTTP_PROCESSING

#define MHD_HTTP_PROCESSING   102

Definition at line 339 of file microhttpd.h.

Referenced by MHD_connection_handle_idle(), and MHD_request_handle_idle_().

◆ MHD_HTTP_PROXY_AUTHENTICATION_REQUIRED

#define MHD_HTTP_PROXY_AUTHENTICATION_REQUIRED   407

Definition at line 399 of file microhttpd.h.

◆ MHD_HTTP_RANGE_NOT_SATISFIABLE

#define MHD_HTTP_RANGE_NOT_SATISFIABLE   416

Definition at line 417 of file microhttpd.h.

◆ MHD_HTTP_REQUEST_ENTITY_TOO_LARGE

#define MHD_HTTP_REQUEST_ENTITY_TOO_LARGE
Value:
"Value MHD_HTTP_REQUEST_ENTITY_TOO_LARGE is deprecated, use MHD_HTTP_CONTENT_TOO_LARGE"\
) 413

Definition at line 488 of file microhttpd.h.

◆ MHD_HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE

◆ MHD_HTTP_REQUEST_TIMEOUT

#define MHD_HTTP_REQUEST_TIMEOUT   408

Definition at line 401 of file microhttpd.h.

◆ MHD_HTTP_REQUEST_URI_TOO_LONG

#define MHD_HTTP_REQUEST_URI_TOO_LONG
Value:
"Value MHD_HTTP_REQUEST_URI_TOO_LONG is deprecated, use MHD_HTTP_URI_TOO_LONG" \
) 414

Definition at line 498 of file microhttpd.h.

◆ MHD_HTTP_REQUESTED_RANGE_NOT_SATISFIABLE

#define MHD_HTTP_REQUESTED_RANGE_NOT_SATISFIABLE
Value:
"Value MHD_HTTP_REQUESTED_RANGE_NOT_SATISFIABLE is deprecated, use MHD_HTTP_RANGE_NOT_SATISFIABLE" \
) 416

Definition at line 503 of file microhttpd.h.

◆ MHD_HTTP_RESET_CONTENT

#define MHD_HTTP_RESET_CONTENT   205

Definition at line 354 of file microhttpd.h.

◆ MHD_HTTP_RETRY_WITH

#define MHD_HTTP_RETRY_WITH   449

Definition at line 473 of file microhttpd.h.

◆ MHD_HTTP_SEE_OTHER

#define MHD_HTTP_SEE_OTHER   303

Definition at line 372 of file microhttpd.h.

◆ MHD_HTTP_SERVICE_UNAVAILABLE

#define MHD_HTTP_SERVICE_UNAVAILABLE   503

Definition at line 453 of file microhttpd.h.

◆ MHD_HTTP_SWITCH_PROXY

#define MHD_HTTP_SWITCH_PROXY   306

Definition at line 378 of file microhttpd.h.

◆ MHD_HTTP_SWITCHING_PROTOCOLS

#define MHD_HTTP_SWITCHING_PROTOCOLS   101

Definition at line 337 of file microhttpd.h.

Referenced by MHD_queue_response(), and MHD_response_for_upgrade().

◆ MHD_HTTP_TEMPORARY_REDIRECT

#define MHD_HTTP_TEMPORARY_REDIRECT   307

Definition at line 380 of file microhttpd.h.

◆ MHD_HTTP_TOO_EARLY

#define MHD_HTTP_TOO_EARLY   425

Definition at line 431 of file microhttpd.h.

◆ MHD_HTTP_TOO_MANY_REQUESTS

#define MHD_HTTP_TOO_MANY_REQUESTS   429

Definition at line 438 of file microhttpd.h.

◆ MHD_HTTP_UNAUTHORIZED

#define MHD_HTTP_UNAUTHORIZED   401

◆ MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS

#define MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS   451

Definition at line 444 of file microhttpd.h.

◆ MHD_HTTP_UNORDERED_COLLECTION

#define MHD_HTTP_UNORDERED_COLLECTION
Value:
"Value MHD_HTTP_UNORDERED_COLLECTION is deprecated as it was removed from RFC" \
) 425

Definition at line 513 of file microhttpd.h.

◆ MHD_HTTP_UNPROCESSABLE_CONTENT

#define MHD_HTTP_UNPROCESSABLE_CONTENT   422

Definition at line 425 of file microhttpd.h.

◆ MHD_HTTP_UNPROCESSABLE_ENTITY

#define MHD_HTTP_UNPROCESSABLE_ENTITY
Value:
"Value MHD_HTTP_UNPROCESSABLE_ENTITY is deprecated, use MHD_HTTP_UNPROCESSABLE_CONTENT" \
) 422

Definition at line 508 of file microhttpd.h.

◆ MHD_HTTP_UNSUPPORTED_MEDIA_TYPE

#define MHD_HTTP_UNSUPPORTED_MEDIA_TYPE   415

Definition at line 415 of file microhttpd.h.

◆ MHD_HTTP_UPGRADE_REQUIRED

#define MHD_HTTP_UPGRADE_REQUIRED   426

Definition at line 433 of file microhttpd.h.

◆ MHD_HTTP_URI_TOO_LONG

#define MHD_HTTP_URI_TOO_LONG   414

◆ MHD_HTTP_USE_PROXY

#define MHD_HTTP_USE_PROXY   305

Definition at line 376 of file microhttpd.h.

◆ MHD_HTTP_VARIANT_ALSO_NEGOTIATES

#define MHD_HTTP_VARIANT_ALSO_NEGOTIATES   506

Definition at line 459 of file microhttpd.h.