Searched refs:insert_header (Results 1 – 1 of 1) sorted by relevance
151 pub(crate) fn insert_header<N, V>( in insert_header() method388 pub fn insert_header<N, V>(mut self, name: N, value: V) -> Self in insert_header() method396 inner.insert_header(name, value)?; in insert_header()