Crate mini_async_http

Source

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.
RequestBuilder
Build a request
Response
Represent an HTTP response
ResponseBuilder
Build a response
ServerHandle
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.

Enums§

BuildError
Method
ParseError
Reason
Version