rama_http::dep

Module http

Source
Expand description

Re-export of the http crate.

A general purpose library of common HTTP types.

Modules§

Structs§

  • A generic “error” for HTTP connections
  • A type map of protocol extensions.
  • A set of HTTP headers
  • Represents an HTTP header field name
  • Represents an HTTP header field value.
  • 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§

  • A Result typedef to use with the http::Error type