Module request_builder

Source

Structs§

Intermediate
As the name implies, this is an intermediate that can be used to construct an http::Request from the data that’s in the Builder. It allows for type-aware inspection of the constructed protocol request, as well as the full construction of the http request (uri, headers, body).
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.