Expand description
Re-exported hyper HTTP library types.
All types that are re-exported from Hyper reside inside of this module. These types will, with certainty, be removed with time, but they reside here while necessary.
Modules§
- body
- Streaming bodies for Requests and Responses
- header
- Reexported Hyper HTTP header types.
- request
- HTTP request types.
- server
- HTTP Server
- service
- Asynchronous Services
- upgrade
- HTTP Upgrades
- uri
- URI component of request and response lines
Structs§
- Body
- A stream of
Bytes
, used when receiving bodies. - Error
- Represents errors that can occur handling HTTP streams.
- Header
Value - Represents an HTTP header field value.
- Method
- The Request Method (VERB)
- Request
- Represents an HTTP request.
- Response
- Represents an HTTP response
- Uri
- The URI component of a request.
- Version
- Represents a version of the HTTP spec.