Module rama::http

source ·
Expand description

rama http support

mostly contains re-exports from rama-http and rama-http-backend.

Modules§

Structs§

  • The body type used in rama requests and responses.
  • A stream of data frames.
  • Can be used to communicate the desire to limit the size of request/response bodies.
  • A set of HTTP headers
  • Represents an HTTP header field name
  • Represents an HTTP header field value.
  • The Request Method (VERB)
  • Represents the scheme component of a URI
  • An HTTP status code (status-code in RFC 7230 et al.).
  • The URI component of a request.
  • Represents a version of the HTTP spec.

Traits§

Type Aliases§