Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dheaders.rs98 pub fn from_raw_parts(name: HeaderName, value: HeaderValue) -> Self { in from_raw_parts()
116 pub fn name(&self) -> &HeaderName { in name()
154 pub fn into_parts(self) -> (HeaderName, HeaderValue) { in into_parts()
193 pub struct HeaderName { struct
197 impl HeaderName { argument
262 impl ToString for HeaderName { implementation
268 impl TryFrom<&str> for HeaderName { implementation
276 impl TryFrom<&[u8]> for HeaderName { implementation
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Dtable.rs63 HeaderName(usize), enumerator