pub struct HttpTarget { /* private fields */ }Expand description
HTTP target: the URL, the point where the test value gets injected, and any static headers sent unchanged on every request (auth headers, CSRF tokens, session cookies — whatever the endpoint needs to reach the code path under test at all, distinct from the value being injected and measured).
Implementations§
Source§impl HttpTarget
impl HttpTarget
Auto Trait Implementations§
impl !RefUnwindSafe for HttpTarget
impl !UnwindSafe for HttpTarget
impl Freeze for HttpTarget
impl Send for HttpTarget
impl Sync for HttpTarget
impl Unpin for HttpTarget
impl UnsafeUnpin for HttpTarget
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