Struct iron::modifiers::Header [] [src]

pub struct Header<H: Header + HeaderFormat>(pub H);

A modifier for changing headers on requests and responses.

Trait Implementations

impl<H: Clone + Header + HeaderFormat> Clone for Header<H>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<H> Modifier<Response> for Header<H> where
    H: Header + HeaderFormat
[src]

Modify F with self.

impl<'a, 'b, H> Modifier<Request<'a, 'b>> for Header<H> where
    H: Header + HeaderFormat
[src]

Modify F with self.