Struct rusoto_waf_regional::HTTPHeader [] [src]

pub struct HTTPHeader {
    pub name: Option<HeaderName>,
    pub value: Option<HeaderValue>,
}

The response from a GetSampledRequests request includes an HTTPHeader complex type that appears as Headers in the response syntax. HTTPHeader contains the names and values of all of the headers that appear in one of the web requests that were returned by GetSampledRequests.

Fields

The name of one of the headers in the sampled web request.

The value of one of the headers in the sampled web request.

Trait Implementations

impl Default for HTTPHeader
[src]

Returns the "default value" for a type. Read more

impl Debug for HTTPHeader
[src]

Formats the value using the given formatter.

impl Clone for HTTPHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more