pub struct Request { /* fields omitted */ }
Expand description
A request which can be executed with Client::execute().
Constructs a new request.
Get a mutable reference to the method.
Get a mutable reference to the url.
Get a mutable reference to the headers.
Get a mutable reference to the http version.
Get a mutable reference to the body.
Get a mutable reference to the timeout.
Attempts to clone the Request.
None is returned if a body is which can not be cloned. This can be because the body is a
stream.
Formats the value using the given formatter. Read more
The type returned in the event of a conversion error.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the current Span, returning an
Instrumented wrapper. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.
impl<V, T> VZip<V> for T where
V: MultiLane<T>,