Module request_builder

Source

Structs§

Intermediate
Intermediate constructs an http::Request from available data.
RequestBuilder
The RequestBuilder is used to create the protocol requests. Each request is represented by an instance of protocol::request::Request.
RequestParams
These are the parameters that describe how the request should be performed.

Enums§

Error
Building a request can fail for multiple reasons, this enum consolidates them into a single type that can be used to express those reasons.

Type Aliases§

Result
The builder’s own Result type.