Skip to main content

headers_has

Function headers_has 

Source
pub fn headers_has(headers: Vec<(String, String)>, name: String) -> bool
Available on crate feature http only.
Expand description

Case-insensitive presence check for a response header by name. See headers_get.