handy_httpd.server

Contains the core HTTP server components.

Members

Classes

HttpServer
class HttpServer

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.

Meta