Home
last modified time | relevance | path

Searched refs:HTTP3 (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dversion.rs50 pub const HTTP3: Self = Self(Inner::Http3); const
79 "HTTP/3.0" => Ok(Version::HTTP3), in try_from()
108 assert_eq!(Version::HTTP3.as_str(), "HTTP/3.0"); in ut_version_as_str()
120 assert_eq!(Version::try_from("HTTP/3.0").unwrap(), Version::HTTP3); in ut_version_try_from()
/ohos5.0/commonlibrary/rust/ylong_http/
H A DREADME_zh.md53 `ylong_http` 模块负责提供 HTTP 的基础能力,例如 HTTP2 的 HPACK、HTTP3 的 QPACK 等,主要包含以下关键模块:
61 - `H3`:HTTP3 的所有基础能力,例如 HTTP3 格式的请求和响应的编码器和解码器、QPACK 等。
H A DREADME.md57 …ible for providing the basic capabilities of HTTP, such as HTTP2's HPACK, HTTP3's QPACK, etc. It m…
65 - `H3`: All basic capabilities of HTTP3, such as encoders and decoders for requests and responses i…
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/tests/
H A Dsdv_http_version.rs30 assert_eq!(Version::HTTP3.as_str(), "HTTP/3.0"); in sdv_client_send_request_repeatedly()
34 assert_eq!(Version::try_from("HTTP/3.0").unwrap(), Version::HTTP3); in sdv_client_send_request_repeatedly()
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_request.h36 HTTP3, enumerator
/ohos5.0/foundation/communication/netstack/interfaces/kits/js/
H A D@ohos.net.http.d.ts2216 HTTP3
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_request_options.h30 HTTP3, enumerator
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_request_options.cpp128 if (usingProtocol_ == HttpProtocol::HTTP3) { in GetHttpVersion()
/ohos5.0/foundation/communication/netstack/test/unittest/http/
H A DHttpRequestOptionsTest.cpp247 HttpProtocol testValue = HttpProtocol::HTTP3;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp200 DECLARE_HTTP_PROTOCOL(HTTP3), in InitHttpProtocol()
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_task.cpp138 } else if (ptcl == HttpProtocol::HTTP3) { in GetHttpVersion()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp207 number == static_cast<uint32_t>(HttpProtocol::HTTP3)) { in ParseNumberOptions()
/ohos5.0/foundation/communication/netstack/test/unittest/http_client/
H A DHttpClientTaskTest.cpp92 httpVersionTest = task->GetHttpVersion(HttpProtocol::HTTP3);
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Djs-apis-http.md1514 | HTTP3<sup>11+</sup> | 2 | HTTP3 protocol. If the system or server does not support HTTP3, the H…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Djs-apis-http.md1514 | HTTP3<sup>11+</sup> | 2 | 协议http3,若系统或服务器不支持,则使用低版本的http协议请求。<br />- 仅对https的URL生效,http则会请求失败。 |