pub struct PendingHttpForward {
pub target: TargetAddr,
pub client: BoxStream,
pub request: ForwardRequest,
pub identity: ClientIdentity,
}Expand description
A pending HTTP forward-proxy request.
Fields§
§target: TargetAddr§client: BoxStream§request: ForwardRequest§identity: ClientIdentityAuto Trait Implementations§
impl !RefUnwindSafe for PendingHttpForward
impl !Sync for PendingHttpForward
impl !UnwindSafe for PendingHttpForward
impl Freeze for PendingHttpForward
impl Send for PendingHttpForward
impl Unpin for PendingHttpForward
impl UnsafeUnpin for PendingHttpForward
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