Crate http_app

Source

Re-exports§

pub use bytes;
pub use hyper;

Modules§

body
Streaming bodies for Requests and Responses
header
HTTP header types
prom_metrics_server

Structs§

Full
A body that consists of a single chunk.
HttpServer
HttpServerMetrics
HttpServerSettings
HyperError
Represents errors that can occur handling HTTP streams.
Request
Represents an HTTP request.
Response
Represents an HTTP response
StatusCode
An HTTP status code (status-code in RFC 9110 et al.).

Traits§

BodyExt
An extension trait for http_body::Body adding various combinators and adapters
HttpServerHandler