Skip to main content

Module request

Module request 

Source
Expand description

Request data types and construction helpers. Request values and their builder API.

Structs§

HeaderMap
A specialized multimap for header names and values.
Method
The Request Method (VERB)
Request
A crawl request and its processing state.
RequestBuilder
Builds a Request while deferring parsing and serialization errors.
RequestId
A deterministic request identifier.
UserData
User-defined JSON metadata attached to a request.

Enums§

RequestBody
A supported request-body representation.
RequestBuildError
Errors encountered while building a request.
RequestState
The processing lifecycle state of a request.

Traits§

IntoUrl
Conversion into a parsed URL for request builders.