Re-exports§
pub use chrono;pub use futures;pub use hyper;pub use log;pub use rayon;pub use serde_json;pub use tokio;
Modules§
- body
- Streaming bodies for Requests and Responses
- header
- HTTP header types
- job
- logger
- request
- response
- service
- Asynchronous Services
- upgrade
- HTTP Upgrades
Macros§
Structs§
- Args
- Body
- A stream of
Bytes, used when receiving bodies. - Error
- Represents errors that can occur handling HTTP streams.
- Json
- Method
- The Request Method (VERB)
- ReqRoute
- Request
- Represents an HTTP request.
- Request
Parts - Component parts of an HTTP
Request - Response
- Represents an HTTP response
- Route
- Server
- A listening HTTP server that accepts connections in both HTTP1 and HTTP2 by default.
- Status
Code - An HTTP status code (
status-codein RFC 7230 et al.). - Xml
- Yaml
Traits§
- Handler
- Http
Body - Trait representing a streaming body of a Request or Response.
- ReqFormatter
- Request
JobFactory - Request
Middleware - Resp
Formatter - Response
JobFactory - Response
Middleware