Expand description
Server module
Structs§
- Server
- Asynchronous HTTP server that listens on a TCP socket and handles requests.
It will serves static and dynamic routes via a
Routerand logs each request with aLogger
Functions§
- handle_
client - Handles a single TCP connection, it can process multiple HTTP requests if keep-alive is used