Struct httparse::Header
[−]
[src]
pub struct Header<'a> {
pub name: &'a str,
pub value: &'a [u8],
}Fields
name | |
value |
pub struct Header<'a> {
pub name: &'a str,
pub value: &'a [u8],
}name | |
value |
impl<'a> Debug for Header<'a>impl<'a> PartialEq for Header<'a>impl<'a> Clone for Header<'a>fn clone(&self) -> Header<'a>fn clone_from(&mut self, source: &Self)impl<'a> Copy for Header<'a>
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).