Contains the core HTTP server components.
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.
See Source File
Contains the core HTTP server components.