Structs§
- AIOServer
- Main struct of the crate, represent the http server
- Headers
- The HTTP header map. All the names are not case sensitive.
- Request
- Represent an http request.
- Request
Builder - Build a request
- Response
- Represent an HTTP response
- Response
Builder - Build a response
- Server
Handle - Clonable handle to a server. Can only be retrieved from a Server instance. Used to wait for the server to be ready or to shut it down.