Module fastly::http[][src]

Compute@Edge HTTP interfaces.

Modules

body

HTTP bodies.

header

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

request

HTTP requests.

Structs

Body

An HTTP body that can be read from, written to, or appended to another body.

HeaderName

Represents an HTTP header field name

HeaderValue

Represents an HTTP header field value.

Method

The Request Method (VERB)

Request

An HTTP request, including body, headers, method, and URL.

Response

An HTTP response, including body, headers, and status code.

StatusCode

An HTTP status code (status-code in RFC 7230 et al.).

Url

A parsed URL record.

Version

Represents a version of the HTTP spec.