Module web
Available on crate feature
http only.Expand description
basic web service
Modules§
- extract
- Extract utilities to develop endpoint services efortless.
- k8s
- k8s web service
- response
- Types and traits for generating responses.
- router
Structs§
- Endpoint
Service FnWrapper - Wrapper svc used for creating a endpoint service from a function.
- Router
- A basic router that can be used to route requests to different services based on the request path.
- WebService
- A basic web service that can be used to serve HTTP requests.
Traits§
- Endpoint
Service Fn rama_core::Serviceimplemented for functions taking extractors.- Into
Endpoint Service - utility trait to accept multiple types as an endpoint service for
super::WebService - Into
Endpoint Service With State
Functions§
- k8s_
health - create a default k8s web health service
- k8s_
health_ builder - create a k8s web health service builder