[][src]Type Definition solicit::http::OwnedHeader

type OwnedHeader = (Vec<u8>, Vec<u8>);

An alias for the type that represents an HTTP/2 header where both the name and the value is owned.

Trait Implementations

impl<'n, 'v> Into<Header<'n, 'v>> for OwnedHeader[src]

impl<'n, 'v> PartialEq<Header<'n, 'v>> for OwnedHeader[src]