Struct cdp::network::ReplayXhrResponse [] [src]

pub struct ReplayXhrResponse;

[Experimental] This method sends a new XMLHttpRequest which is identical to the original one. The following parameters should be identical: method, url, async, request body, extra headers, withCredentials attribute, user, password.

Command Network.replayXHR

Domain Module: cdp::network
Command Struct: cdp::network::ReplayXhrCommand
Response Struct: cdp::network::ReplayXhrResponse

Trait Implementations

impl Clone for ReplayXhrResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ReplayXhrResponse
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ReplayXhrResponse
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Serialize for ReplayXhrResponse
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for ReplayXhrResponse
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for ReplayXhrResponse
[src]

COMMAND_NAME: &'static str = "Network.replayXHR"

impl<'a> HasCdpCommand<'a> for ReplayXhrResponse
[src]