Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/request/
Duri.rs126 pub fn scheme(&self) -> Option<&Scheme> { in scheme()
286 Option<Scheme>, in into_parts()
504 pub struct Scheme { struct
508 impl Scheme { implementation
530 pub fn from_bytes(bytes: &[u8]) -> Result<Scheme, InvalidUri> { in from_bytes()
558 impl From<Protocol> for Scheme { implementation
564 impl<'a> TryFrom<&'a [u8]> for Scheme { implementation
572 impl<'a> TryFrom<&'a str> for Scheme { implementation
935 fn scheme_token(bytes: &[u8]) -> Result<(Option<Scheme>, &[u8]), InvalidUri> { in scheme_token()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Dpool.rs52 pub(crate) fn new(scheme: Scheme, authority: Authority) -> Self { in new()
Dproxy.rs180 pub(crate) fn scheme(&self) -> &Scheme { in scheme()
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Dtable.rs406 Scheme, enumerator
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Dencoder.rs159 Scheme, enumerator