rustmax

Module hyper

Source
Expand description

HTTP, versions 1 and 2.

See crate ::hyper.

Modules§

  • Streaming bodies for Requests and Responses
  • HTTP Client
  • HTTP extensions.
  • A general purpose library of common HTTP types
  • Runtime components
  • HTTP Server
  • Asynchronous Services
  • HTTP Upgrades

Structs§

  • Represents errors that can occur handling HTTP streams.
  • A set of HTTP headers
  • The Request Method (VERB)
  • Represents an HTTP request.
  • Represents an HTTP response
  • An HTTP status code (status-code in RFC 9110 et al.).
  • The URI component of a request.
  • Represents a version of the HTTP spec.

Type Aliases§

  • Result type often returned from methods that can have hyper Errors.