Crate nanoserve

Crate nanoserve 

Source
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§

HTTPServer
A HTTP/1.1 server.
Request
An HTTP request.
Response
An HTTP response.

Enums§

NanoserveError
Possible errors in nanoserve.
ParseRequestError
Possible errors when parsing an HTTP packet.
RangeHeader
Range header representation.