Re-exports§
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.
- Http
Server - Http
Server Metrics - Http
Server Settings - Hyper
Error - Represents errors that can occur handling HTTP streams.
- Request
- Represents an HTTP request.
- Response
- Represents an HTTP response
- Status
Code - 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 - Http
Server Handler