Module request_handler

Source

Functionsยง

add_custom_headers ๐Ÿ”’
Helper function to add custom headers to response
add_http3_alt_svc_header ๐Ÿ”’
Helper function to add HTTP/3 Alt-Svc header
add_server_header ๐Ÿ”’
Helper function to add server header
execute_response_modifying_handlers ๐Ÿ”’
Helper function to execute response modifying handlers
extract_content_length ๐Ÿ”’
Helper function to extract content length for logging
finalize_response_and_log ๐Ÿ”’
Helper function to apply all response headers and log if needed
generate_error_response ๐Ÿ”’
Generates an error response
log_access ๐Ÿ”’
Sends a log message formatted according to the Combined Log Format
request_handler
The HTTP request handler, with timeout
request_handler_wrapped ๐Ÿ”’
The HTTP request handler