Module fastly::http

source ·
Expand description

Compute HTTP interfaces.

Modules§

  • HTTP bodies.
  • HTTP header names, values, and constants for standardized header names.
  • Purging operations for Compute.
  • HTTP requests.

Structs§

  • An HTTP body that can be read from, written to, or appended to another body.
  • Represents an HTTP header field name
  • Represents an HTTP header field value.
  • The Request Method (VERB)
  • An HTTP request, including body, headers, method, and URL.
  • An HTTP response, including body, headers, and status code.
  • An HTTP status code (status-code in RFC 7230 et al.).
  • A parsed URL record.
  • Represents a version of the HTTP spec.

Enums§

  • Determines how the framing headers (Content-Length/Transfer-Encoding) are set for a request or response.