Struct hyper::header::HeaderView [−][src]
pub struct HeaderView<'a>(_, _);
Expand description
Returned with the HeadersItems
iterator.
Implementations
Cast the value to a certain Header type.
Get just the header value as a String.
This will join multiple values of this header with a ,
.
Warning: This may not be the format that should be used to send a Request or Response.
Trait Implementations
Extends a collection with the contents of an iterator. Read more
🔬 This is a nightly-only experimental API. (
extend_one
)Extends a collection with exactly one element.
🔬 This is a nightly-only experimental API. (
extend_one
)Reserves capacity in a collection for the given number of additional elements. Read more
Creates a value from an iterator. Read more