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§
- Streaming bodies for Requests and Responses
- HTTP header types
- Asynchronous Services
- HTTP Upgrades
Macros§
Structs§
- A stream of
Bytes
, used when receiving bodies. - Represents errors that can occur handling HTTP streams.
- The Request Method (VERB)
- Represents an HTTP request.
- Component parts of an HTTP
Request
- Represents an HTTP response
- A listening HTTP server that accepts connections in both HTTP1 and HTTP2 by default.
- An HTTP status code (
status-code
in RFC 7230 et al.).
Traits§
- Trait representing a streaming body of a Request or Response.