Expand description
The abstraction and implementation interface for service application logic
Modules§
- http_
app - A simple HTTP application trait that maps a request to a response
- prometheus_
http_ app - An HTTP application that reports Prometheus metrics.
Structs§
- Http
Persistent Settings - Http
Server Options - HTTP Server options that control how the server handles some transport types.
- Reused
Http Stream
Traits§
- Http
Server App - This trait defines the interface of an HTTP application.
- Server
App - This trait defines the interface of a transport layer (TCP or TLS) application.