Module salvo_core::http

source ·
Expand description

The http related types and functions.

Re-exports§

Modules§

Structs§

  • A set of HTTP headers
  • Represents an HTTP header field name
  • Represents an HTTP header field value.
  • HTTP Range header representation.
  • The Request Method (VERB)
  • A parsed mime or media type.
  • An HTTP status code (status-code in RFC 7230 et al.).
  • Represents a version of the HTTP spec.

Traits§

  • Trait representing a streaming body of a Request or Response.
  • A helper trait for http connection.