Struct cdp::network::SetExtraHttpHeadersCommand [] [src]

pub struct SetExtraHttpHeadersCommand {
    pub headers: Headers,
}

Specifies whether to always send extra HTTP headers with the requests from this page.

Command Network.setExtraHTTPHeaders

Domain Module: cdp::network
Command Struct: cdp::network::SetExtraHttpHeadersCommand
Response Struct: cdp::network::SetExtraHttpHeadersResponse

Fields

Map with extra HTTP headers.

Trait Implementations

impl Clone for SetExtraHttpHeadersCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetExtraHttpHeadersCommand
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SetExtraHttpHeadersCommand
[src]

[src]

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

[src]

This method tests for !=.

impl CdpCommand for SetExtraHttpHeadersCommand
[src]

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

impl SerializeCdpCommand for SetExtraHttpHeadersCommand
[src]

[src]

[src]

impl<'de> DeserializeCdpCommand<'de> for SetExtraHttpHeadersCommand
[src]

[src]

impl<'b> HasCdpResponse<'b> for SetExtraHttpHeadersCommand
[src]