Contains core components for the HTTP handler structure.
Contains predefined HttpRequestHandler implementations that may be useful in a variety of cases.
Internal parsing utilities for the server's HTTP request processing.
Contains HTTP request components.
Contains HTTP response components.
Contains convenience functions for pre-formatted HTTP responses. Note that all functions here will flush the response, meaning that you do not have to manually flush the response in your handler.
Contains the core HTTP server components.