pub struct UreqRequest { /* private fields */ }
Available on crate feature
default_client
only.Expand description
This is an implementation detail of the HTTP client.
Trait Implementations§
Source§impl HttpRequest for UreqRequest
impl HttpRequest for UreqRequest
Source§fn set_header(self, name: &str, value: &str) -> Self
fn set_header(self, name: &str, value: &str) -> Self
Set a HTTP header.
Auto Trait Implementations§
impl !Freeze for UreqRequest
impl !RefUnwindSafe for UreqRequest
impl Send for UreqRequest
impl Sync for UreqRequest
impl Unpin for UreqRequest
impl !UnwindSafe for UreqRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more