Home
last modified time | relevance | path

Searched defs:HttpVersion (Results 1 – 6 of 6) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
Dmod.rs36 fn http_version(&self) -> HttpVersion; in http_version()
Dhttp1.rs407 fn http_version(&self) -> HttpVersion { in http_version()
Dhttp3.rs296 fn http_version(&self) -> HttpVersion { in http_version()
Dhttp2.rs361 fn http_version(&self) -> HttpVersion { in http_version()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
Dhttp.rs59 pub enum HttpVersion { enum
76 impl TryFrom<&[u8]> for HttpVersion { implementation
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
Dmod.rs276 fn http_version(&self) -> HttpVersion { in http_version()