Home
last modified time | relevance | path

Searched refs:http1 (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/
H A Dmod.rs22 mod http1; module
38 Conn::Http1(http1) => http1::request(http1, request), in request()
H A Dhttp1.rs24 use crate::util::dispatcher::http1::Http1Conn;
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dmod.rs15 mod http1; module
40 Conn::Http1(http1) => http1::request(http1, message).await, in request()
H A Dhttp1.rs32 use crate::util::dispatcher::http1::Http1Conn;
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dpool.rs121 let dispatcher = ConnDispatcher::http1(connector.connect(url).await?); in conn_h1()
189 let dispatcher = ConnDispatcher::http1(stream); in conn_negotiate()
194 let dispatcher = ConnDispatcher::http1(stream); in conn_negotiate()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs24 Http1(http1::Http1Dispatcher<S>),
56 Http1(http1::Http1Conn<S>),
63 pub(crate) mod http1 { module
71 pub(crate) fn http1(io: S) -> Self { in http1() method
676 let conn = ConnDispatcher::http1(b"Data"); in ut_is_shutdown()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dpool.rs94 let dispatcher = ConnDispatcher::http1( in conn()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/
H A DCargo.toml17 hyper = { version = "0.14.23", features = ["http1", "http2", "tcp", "server"] }
/ohos5.0/foundation/communication/netstack/
H A DREADME_zh.md164 | HTTP1_1 | 协议http1.1 |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Djs-apis-http.md1512 | HTTP1_1 | 0 | 协议http1.1 <br>**原子化服务API:** 从API version 11开始,该接口支持在原子化服务中使用。 |