Module apps

Source
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§

HttpPersistentSettings
HttpServerOptions
HTTP Server options that control how the server handles some transport types.
ReusedHttpStream

Traits§

HttpServerApp
This trait defines the interface of an HTTP application.
ServerApp
This trait defines the interface of a transport layer (TCP or TLS) application.