Module fastly::http::request

source ·
Expand description

HTTP requests.

Structs

A handle to a pending asynchronous request returned by Request::send_async() or Request::send_async_streaming().
An HTTP request, including body, headers, method, and URL.
An error that occurred while sending a request.

Enums

The result of a call to PendingRequest::poll().
The reason that a request sent to a backend failed.

Functions

Given a collection of PendingRequests, block until the result of one of the requests is ready.