Skip to main content

HttpResponseHeaders

Type Alias HttpResponseHeaders 

Source
pub type HttpResponseHeaders = HashMapXxHash3_64<String, String>;
Expand description

HTTP response headers — single-value HashMap<String, String>.

Aliased Type§

pub struct HttpResponseHeaders { /* private fields */ }