Struct headless_chrome::protocol::cdp::Network::ContinueInterceptedRequest
source · pub struct ContinueInterceptedRequest {
pub interception_id: InterceptionId,
pub error_reason: Option<ErrorReason>,
pub raw_response: Option<String>,
pub url: Option<String>,
pub method: Option<String>,
pub post_data: Option<String>,
pub headers: Option<Headers>,
pub auth_challenge_response: Option<AuthChallengeResponse>,
}Fields§
§interception_id: InterceptionId§error_reason: Option<ErrorReason>§raw_response: Option<String>§url: Option<String>§method: Option<String>§post_data: Option<String>§headers: Option<Headers>§auth_challenge_response: Option<AuthChallengeResponse>Trait Implementations§
source§impl Clone for ContinueInterceptedRequest
impl Clone for ContinueInterceptedRequest
source§fn clone(&self) -> ContinueInterceptedRequest
fn clone(&self) -> ContinueInterceptedRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ContinueInterceptedRequest
impl Debug for ContinueInterceptedRequest
source§impl<'de> Deserialize<'de> for ContinueInterceptedRequest
impl<'de> Deserialize<'de> for ContinueInterceptedRequest
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more