Expand description
§nanoserve library crate
If you are reading this, you are reading the documentation for the nanoserve library crate. For the cli, kindly refer to the README file.
Structs§
- HTTP
Server - A HTTP/1.1 server.
- Request
- An HTTP request.
- Response
- An HTTP response.
Enums§
- Nanoserve
Error - Possible errors in nanoserve.
- Parse
Request Error - Possible errors when parsing an HTTP packet.
- Range
Header - Range header representation.