Searched refs:Http1 (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | dispatcher.rs | 24 Http1(http1::Http1Dispatcher<S>), enumerator 36 Self::Http1(h1) => h1.dispatch().map(Conn::Http1), in dispatch() 46 Self::Http1(h1) => h1.is_shutdown(), in is_shutdown() 56 Http1(http1::Http1Conn<S>), enumerator 72 Self::Http1(Http1Dispatcher::new(io)) in http1()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/ |
H A D | mod.rs | 38 Conn::Http1(http1) => http1::request(http1, request), in request()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
H A D | mod.rs | 40 Conn::Http1(http1) => http1::request(http1, message).await, in request()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/ |
H A D | http.rs | 47 Http1, enumerator
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
H A D | client.rs | 229 self.http.version = HttpVersion::Http1; in http1_only()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | pool.rs | 101 HttpVersion::Http1 => self.conn_h1(connector, url).await, in conn()
|
H A D | client.rs | 329 self.http.version = HttpVersion::Http1; in http1_only() 494 HttpVersion::Http1 => origin_builder, in build()
|