Home
last modified time | relevance | path

Searched defs:Name (Results 1 – 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Ddecoder.rs142 fn update_literal_with_indexing(&mut self, name: Name, value: Vec<u8>) -> Result<(), H2Error> { in update_literal_with_indexing()
152 name: Name, in update_literal_without_indexing()
162 fn update_literal_never_indexing(&mut self, name: Name, value: Vec<u8>) -> Result<(), H2Error> { in update_literal_never_indexing()
182 name: Name, in get_header_by_name_and_value()
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Dmod.rs327 pub(crate) enum Name { enum
Ddecoder.rs231 fn from_inner(repr: PrefixBit, name: Name, inner: LiteralString) -> Self { in from_inner()
526 fn new(repr: PrefixBit, name: Name, value: Vec<u8>) -> Self { in new()
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
Dheaders.rs29 Name, enumerator
/commonlibrary/rust/ylong_http/ylong_http/src/h1/request/
Dencoder.rs498 Name, enumerator