Struct http_protocol::request::RequestBuilder [−][src]
pub struct RequestBuilder {
pub method: Option<Method>,
pub request_uri: Option<RequestUri>,
pub http_version: Option<HttpVersion>,
pub headers: Option<Headers>,
pub body: Option<Body>,
}Fields
method: Option<Method>request_uri: Option<RequestUri>http_version: Option<HttpVersion>headers: Option<Headers>body: Option<Body>Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RequestBuilderimpl Send for RequestBuilderimpl Sync for RequestBuilderimpl Unpin for RequestBuilderimpl UnwindSafe for RequestBuilderBlanket Implementations
Mutably borrows from an owned value. Read more