Module rocket_http::hyper

source ·
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§

  • Streaming bodies for Requests and Responses
  • Reexported Hyper HTTP header types.
  • HTTP request types.
  • HTTP Server
  • Asynchronous Services
  • HTTP Upgrades
  • URI component of request and response lines

Structs§

  • A stream of Bytes, used when receiving bodies.
  • Represents errors that can occur handling HTTP streams.
  • Represents an HTTP header field value.
  • The Request Method (VERB)
  • Represents an HTTP request.
  • Represents an HTTP response
  • The URI component of a request.
  • Represents a version of the HTTP spec.