Expand description
Map HTTP requests to Resource methods.
Currently, this module is intended to be used by the impl_web! macro and
not the end user.
Structs§
- Builder
- Build a set of routes
- Route
- Matches an HTTP request with a resource method.
- Route
Match - Data captured from an HTTP request when it matches a route.
- Route
Set - A set of routes
- Routed
Service - Web service
- Unit
- A resource with no methods.
Traits§
- Into
Resource - Convert a value into a
Resource - Resource
- A
Resourceprocesses HTTP requests received by the service. - Resource
Future - A specialized response future returned by resources.