Contains the core HTTP server implementation.
A simple HTTP server that accepts requests on a given port and address, and lets a configured HttpRequestHandler produce a response, to send back to the client.
Contains the core HTTP server implementation.