Expand description
basic web service
Modules§
Macros§
- match_
service - Create a new
Service
from a chain of matcher-service tuples.
Structs§
- Router
- A basic router that can be used to route requests to different services based on the request path.
- Static
Service - A static
Service
that serves a pre-defined response. - WebService
- A basic web service that can be used to serve HTTP requests.
Traits§
- Endpoint
Service Fn rama_core::Service
implemented for functions taking extractors.- Into
Endpoint Service - utility trait to accept multiple types as an endpoint service for
super::WebService
Functions§
- k8s_
health - create a default k8s web health service
- k8s_
health_ builder - create a k8s web health service builder