Expand description
Modules§
- body
- Streaming bodies for Requests and Responses
- conn
- Lower-level client connection API.
- ext
- Extensions for HTTP messages in wreq_proto.
- http1
- HTTP/1 protocol implementation and utilities.
- http2
- HTTP/2 protocol implementation and utilities.
- rt
- Runtime components
- upgrade
- HTTP Upgrades
Structs§
- Error
- Represents errors that can occur handling HTTP streams.
Type Aliases§
- Result
- Result type often returned from methods that can have crate::core:
Errors.