Modules§
Structs§
- Http
Reader - Reads and parses requests from
AsyncRead
socket - Request
- Contains http request information.
- Response
- Creates HTTP response.
- Router
- Generates map between
path
andmethod
which returnsResponseFut
supports*
and:
operators.
Type Aliases§
- Response
Fut - Abstraction of the return Boxed Future.