Modules§
Macros§
Structs§
Traits§
- Types that can be extracted from a request.
- Types that can be created from request parts.
- An extension trait for
Futures that provides a variety of convenient adapters. - A trait for types that can be converted into an HTTP response.
- An asynchronous function from a
Requestto aResponse. - An extension trait for
Services that provides a variety of convenient adapters
Functions§
- Starts a server that listens on the provided
TcpListenerand handles requests using the givenservice.