pub struct HttpConnect { /* private fields */ }Available on crate feature
http only.Expand description
I/O-free HTTP CONNECT handshake coroutine.
Implementations§
Source§impl HttpConnect
impl HttpConnect
Trait Implementations§
Source§impl Debug for HttpConnect
impl Debug for HttpConnect
Source§impl ProxyCoroutine for HttpConnect
impl ProxyCoroutine for HttpConnect
Source§type Yield = ProxyYield
type Yield = ProxyYield
Available on crate features
http or socks5 only.The intermediate value emitted on every yielded step.
Auto Trait Implementations§
impl Freeze for HttpConnect
impl RefUnwindSafe for HttpConnect
impl Send for HttpConnect
impl Sync for HttpConnect
impl Unpin for HttpConnect
impl UnsafeUnpin for HttpConnect
impl UnwindSafe for HttpConnect
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