Searched defs:Scheme (Results 1 – 7 of 7) sorted by relevance
| /commonlibrary/rust/ylong_http/ylong_http/src/request/uri/ |
| D | mod.rs | 130 pub fn scheme(&self) -> Option<&Scheme> { in scheme() 295 Option<Scheme>, in into_parts() 313 scheme: Option<Scheme>, in from_raw_parts() 536 pub struct Scheme { struct 540 impl Scheme { argument 562 pub fn from_bytes(bytes: &[u8]) -> Result<Scheme, InvalidUri> { in from_bytes() 607 impl From<Protocol> for Scheme { implementation 613 impl<'a> TryFrom<&'a [u8]> for Scheme { implementation 621 impl<'a> TryFrom<&'a str> for Scheme { implementation 986 fn scheme_token(bytes: &[u8]) -> Result<(Option<Scheme>, &[u8]), InvalidUri> { in scheme_token()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
| D | pool.rs | 52 pub(crate) fn new(scheme: Scheme, authority: Authority) -> Self { in new()
|
| D | proxy.rs | 177 pub(crate) fn scheme(&self) -> &Scheme { in scheme()
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
| D | table.rs | 410 Scheme, enumerator
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
| D | table.rs | 694 Scheme, enumerator
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/ |
| D | encoder.rs | 164 Scheme, enumerator
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/ |
| D | encoder.rs | 914 Scheme, enumerator
|