Skip to main content

find

Function find 

pub fn find(name: &[u8], value: &[u8]) -> Option<usize>
Available on crate features http and std only.
Expand description

Find the index of a static entry whose name and value both match exactly, if any.