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

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

An alias for the type that represents HTTP/2 headers. For now we only alias the tuple of byte vectors instead of going with a full struct representation.