Struct google_firebasehosting1_beta1::Header[][src]

pub struct Header {
    pub headers: Option<HashMap<String, String>>,
    pub glob: Option<String>,
}

A Header defines custom headers to add to a response should the request URL path match the pattern.

This type is not used in any activity, and only used as part of another schema.

Fields

Required. The additional headers to add to the response.

Required. The user-supplied glob pattern to match against the request URL path.

Trait Implementations

impl Default for Header
[src]

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

impl Clone for Header
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Header
[src]

Formats the value using the given formatter. Read more

impl Part for Header
[src]

Auto Trait Implementations

impl Send for Header

impl Sync for Header