Module request_builder
Source - 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.
- 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.
- Result
- The builder’s own Result type.