pub struct H1Client { /* private fields */ }
Expand description
async-h1 based HTTP Client, with connection pooling (“Keep-Alive”).
Implementations§
Trait Implementations§
Source§impl HttpClient for H1Client
impl HttpClient for H1Client
Auto Trait Implementations§
impl Freeze for H1Client
impl !RefUnwindSafe for H1Client
impl Send for H1Client
impl Sync for H1Client
impl Unpin for H1Client
impl !UnwindSafe for H1Client
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