Searched defs:Name (Results 1 – 5 of 5) sorted by relevance
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
| D | decoder.rs | 142 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/ |
| D | mod.rs | 327 pub(crate) enum Name { enum
|
| D | decoder.rs | 231 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/ |
| D | headers.rs | 29 Name, enumerator
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h1/request/ |
| D | encoder.rs | 498 Name, enumerator
|