Home
last modified time | relevance | path

Searched defs:header_name (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Dtable.rs115 pub(crate) fn header_name(&self, index: usize) -> Option<Header> { in header_name() method
241 fn header_name(index: usize) -> Option<Header> { in header_name() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h1/response/
H A Ddecoder.rs620 let header_name = key.as_str(); in header_insert() localVariable