Searched refs:HTTP3 (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/ |
H A D | version.rs | 50 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 D | README_zh.md | 53 `ylong_http` 模块负责提供 HTTP 的基础能力,例如 HTTP2 的 HPACK、HTTP3 的 QPACK 等,主要包含以下关键模块: 61 - `H3`:HTTP3 的所有基础能力,例如 HTTP3 格式的请求和响应的编码器和解码器、QPACK 等。
|
H A D | README.md | 57 …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 D | sdv_http_version.rs | 30 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 D | http_client_request.h | 36 HTTP3, enumerator
|
/ohos5.0/foundation/communication/netstack/interfaces/kits/js/ |
H A D | @ohos.net.http.d.ts | 2216 HTTP3
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/include/ |
H A D | http_request_options.h | 30 HTTP3, enumerator
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/src/ |
H A D | http_request_options.cpp | 128 if (usingProtocol_ == HttpProtocol::HTTP3) { in GetHttpVersion()
|
/ohos5.0/foundation/communication/netstack/test/unittest/http/ |
H A D | HttpRequestOptionsTest.cpp | 247 HttpProtocol testValue = HttpProtocol::HTTP3;
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/ |
H A D | http_module.cpp | 200 DECLARE_HTTP_PROTOCOL(HTTP3), in InitHttpProtocol()
|
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_task.cpp | 138 } else if (ptcl == HttpProtocol::HTTP3) { in GetHttpVersion()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/ |
H A D | request_context.cpp | 207 number == static_cast<uint32_t>(HttpProtocol::HTTP3)) { in ParseNumberOptions()
|
/ohos5.0/foundation/communication/netstack/test/unittest/http_client/ |
H A D | HttpClientTaskTest.cpp | 92 httpVersionTest = task->GetHttpVersion(HttpProtocol::HTTP3);
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | js-apis-http.md | 1514 | 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 D | js-apis-http.md | 1514 | HTTP3<sup>11+</sup> | 2 | 协议http3,若系统或服务器不支持,则使用低版本的http协议请求。<br />- 仅对https的URL生效,http则会请求失败。 |
|