[][src]Module fastly::http::request

HTTP requests.

Structs

PendingRequest

A handle to a pending asynchronous request returned by Request::send_async() or Request::send_async_streaming().

Request

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

SendError

An error that occurred while sending a request.

Enums

PollResult

The result of a call to PendingRequest::poll().

Functions

select

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