Skip to main content

Headers

Type Alias Headers 

Source
pub type Headers = Fields;
Expand description

Headers is an alias for Fields.

Aliased Type§

pub struct Headers { /* private fields */ }

Trait Implementations§

Source§

impl IntoHeaders for Headers

Source§

fn into_headers(self) -> Vec<(String, Vec<u8>)>

Turn self into Response headers