[−][src]Struct qiniu_http::Request
Methods
impl<'b> Request<'b>[src]
impl<'b> Request<'b>[src]
pub fn method(&self) -> Method[src]
pub fn body(&self) -> Option<&'b Body>[src]
pub fn follow_redirection(&self) -> bool[src]
pub fn resolved_socket_addrs(&self) -> &'b [SocketAddr][src]
pub fn on_uploading_progress(&self) -> Option<&'b dyn Fn(usize, usize)>[src]
pub fn on_downloading_progress(&self) -> Option<&'b dyn Fn(usize, usize)>[src]
impl<'b> Request<'b>[src]
pub fn url_mut(&mut self) -> &mut URL<'b>[src]
pub fn method_mut(&mut self) -> &mut Method[src]
pub fn headers_mut(&mut self) -> &mut Headers<'b>[src]
pub fn body_mut(&mut self) -> &mut Option<&'b Body>[src]
pub fn follow_redirection_mut(&mut self) -> &mut bool[src]
pub fn resolved_socket_addrs_mut(&mut self) -> &mut &'b [SocketAddr][src]
pub fn on_uploading_progress_mut(
&mut self
) -> &mut Option<&'b dyn Fn(usize, usize)>[src]
&mut self
) -> &mut Option<&'b dyn Fn(usize, usize)>
pub fn on_downloading_progress_mut(
&mut self
) -> &mut Option<&'b dyn Fn(usize, usize)>[src]
&mut self
) -> &mut Option<&'b dyn Fn(usize, usize)>
impl<'b> Request<'b>[src]
Trait Implementations
impl<'b> Clone for Request<'b>[src]
impl<'_> Default for Request<'_>[src]
impl<'_> Debug for Request<'_>[src]
Auto Trait Implementations
impl<'b> !Send for Request<'b>
impl<'b> !Sync for Request<'b>
impl<'b> Unpin for Request<'b>
impl<'b> !UnwindSafe for Request<'b>
impl<'b> !RefUnwindSafe for Request<'b>
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,