Module actix_web::http

source ·
Expand description

Various HTTP related types.

Modules§

  • A Collection of Header implementations for common HTTP Headers.
  • URI component of request and response lines

Structs§

  • The Request Method (VERB)
  • An HTTP status code (status-code in RFC 7230 et al.).
  • The URI component of a request.
  • Represents a version of the HTTP spec.

Enums§