Expand description
Request data types and construction helpers. Request values and their builder API.
Structs§
- Header
Map - A specialized multimap for header names and values.
- Method
- The Request Method (VERB)
- Request
- A crawl request and its processing state.
- Request
Builder - Builds a
Requestwhile deferring parsing and serialization errors. - Request
Id - A deterministic request identifier.
- User
Data - User-defined JSON metadata attached to a request.
Enums§
- Request
Body - A supported request-body representation.
- Request
Build Error - Errors encountered while building a request.
- Request
State - The processing lifecycle state of a request.
Traits§
- IntoUrl
- Conversion into a parsed URL for request builders.