Struct iron::modifiers::Header
[-] [+]
[src]
pub struct Header<H: Header + HeaderFormat>(pub H);
A modifier for changing headers on requests and responses.
pub struct Header<H: Header + HeaderFormat>(pub H);
A modifier for changing headers on requests and responses.
impl<H> Modifier<Response> for Header<H> where H: Header + HeaderFormat
impl<'a, 'b, H> Modifier<Request<'a, 'b>> for Header<H> where H: Header + HeaderFormat
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).