Struct stream_httparse::header::Header [−][src]
pub struct Header<'a> {
pub key: HeaderKey<'a>,
pub value: HeaderValue<'a>,
}Expand description
A single HTTP-Header Pair(Key-Value)
Fields
key: HeaderKey<'a>The Key part of the Header
value: HeaderValue<'a>The Value assosicated with the Header
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Header<'a>
impl<'a> UnwindSafe for Header<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
