Module fastly::http

source · []
Expand description

Compute@Edge HTTP interfaces.

Modules

HTTP bodies.

HTTP header names, values, and constants for standardized header names.

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.