Skip to main content

HeaderPairs

Type Alias HeaderPairs 

Source
pub type HeaderPairs = Vec<(&'static str, String)>;
Expand description

Header pairs: name + value. Used to push headers into a request builder in the order they were added.

Aliased Typeยง

pub struct HeaderPairs { /* private fields */ }