Stop listening, and close idle client connections.
Listen on the given TCP address and port. If port is 0, listen on a random available port. Returns the port that the server is actually listening on.
Listen on the given addresses.
The default timeout used for incoming connections.
Get listen addresses.
What to send in the "X-Powered-By" header.
Single-ended doubly-linked list of active connections
Callback for when the socket was closed.
Callback for an incoming request.
Optional HTTP request log.
If set, the name of the header which will be used to obtain the actual IP of the connecting peer. Useful when this HttpServer is behind a reverse proxy.
Basic unencrypted HTTP 1.0/1.1 server.