Home
last modified time | relevance | path

Searched refs:insert_header (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmulti.rs151 pub(crate) fn insert_header<N, V>( in insert_header() method
388 pub fn insert_header<N, V>(mut self, name: N, value: V) -> Self in insert_header() method
396 inner.insert_header(name, value)?; in insert_header()