Home
last modified time | relevance | path

Searched refs:HTTP2 (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dversion.rs48 pub const HTTP2: Self = Self(Inner::Http2); const
78 "HTTP/2.0" => Ok(Version::HTTP2), in try_from()
107 assert_eq!(Version::HTTP2.as_str(), "HTTP/2.0"); in ut_version_as_str()
119 assert_eq!(Version::try_from("HTTP/2.0").unwrap(), Version::HTTP2); in ut_version_try_from()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Derrorcode-net-http.md141 Error in the HTTP2 framing layer.
145 HTTP2层级的错误。
149 服务器不支持HTTP2
153 抓包分析、排查服务器是否支持HTTP2
H A Djs-apis-http.md172 | 2300016 | Error in the HTTP2 framing layer. |
257 | 2300016 | Error in the HTTP2 framing layer. |
370 | 2300016 | Error in the HTTP2 framing layer. |
480 | 2300016 | Error in the HTTP2 framing layer. |
555 | 2300016 | Error in the HTTP2 framing layer. |
657 | 2300016 | Error in the HTTP2 framing layer. |
1513 | HTTP2 | 1 | 协议http2 <br>**原子化服务API:** 从API version 11开始,该接口支持在原子化服务中使用。 |
/ohos5.0/commonlibrary/rust/ylong_http/
H A DREADME_zh.md53 `ylong_http` 模块负责提供 HTTP 的基础能力,例如 HTTP2 的 HPACK、HTTP3 的 QPACK 等,主要包含以下关键模块:
60 - `H2`:HTTP2 的所有基础能力,例如 HTTP2 格式的请求和响应的编码器和解码器、HTTP2 帧编码器和解码器、HPACK等。
H A DREADME.md57 The `ylong_http` module is responsible for providing the basic capabilities of HTTP, such as HTTP2'…
64 … `H2`: All basic capabilities of HTTP2, such as encoders and decoders for requests and responses i…
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/tests/
H A Dsdv_http_version.rs29 assert_eq!(Version::HTTP2.as_str(), "HTTP/2.0"); in sdv_client_send_request_repeatedly()
33 assert_eq!(Version::try_from("HTTP/2.0").unwrap(), Version::HTTP2); in sdv_client_send_request_repeatedly()
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_request.h35 HTTP2, enumerator
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Derrorcode-net-http.md141 Error in the HTTP2 framing layer.
145 This error code is reported if an error occurs on the HTTP2 framing layer.
149 HTTP2 is not supported by the server.
153 Capture and analyze packets to check whether HTTP2 is supported by the server.
H A Djs-apis-http.md172 | 2300016 | Error in the HTTP2 framing layer. |
257 | 2300016 | Error in the HTTP2 framing layer. |
370 | 2300016 | Error in the HTTP2 framing layer. |
480 | 2300016 | Error in the HTTP2 framing layer. |
555 | 2300016 | Error in the HTTP2 framing layer. |
657 | 2300016 | Error in the HTTP2 framing layer. |
1513 | HTTP2 | 1 | HTTP2<br>**Atomic service API**: This API can be used in atomic services sin…
/ohos5.0/foundation/communication/netstack/interfaces/kits/js/
H A D@ohos.net.http.d.ts2207 HTTP2,
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request.h30 HTTP2, enumerator
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_request_options.h29 HTTP2, enumerator
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request.cpp119 if (usingProtocol_ == HttpProtocol::HTTP2) { in GetHttpVersion()
H A Dnet_http_request_context.cpp359 ops->usingProtocol == static_cast<int32_t>(HttpProtocol::HTTP2)) { in ParseParams()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_request_options.cpp132 if (usingProtocol_ == HttpProtocol::HTTP2) { in GetHttpVersion()
/ohos5.0/foundation/communication/netstack/test/unittest/http/
H A DHttpRequestOptionsTest.cpp237 HttpProtocol testValue = HttpProtocol::HTTP2;
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/
H A Dmod.rs765 *request.version_mut() = Version::HTTP2; in ut_request_builder_build_2()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp199 DECLARE_HTTP_PROTOCOL(HTTP2), in InitHttpProtocol()
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_task.cpp135 } else if (ptcl == HttpProtocol::HTTP2) { in GetHttpVersion()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp2.rs87 version: ylong_http::version::Version::HTTP2, in frame_2_response()
/ohos5.0/foundation/communication/netstack/
H A DREADME_zh.md165 | HTTP2 | 协议http2 |
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp206 number == static_cast<uint32_t>(HttpProtocol::HTTP2) || in ParseNumberOptions()
/ohos5.0/foundation/communication/netstack/test/unittest/http_client/
H A DHttpClientTaskTest.cpp90 uint32_t httpVersionTest = task->GetHttpVersion(HttpProtocol::HTTP2);
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-communication.md31 |新增|NA|模块名: ohos.net.http<br>类名: HttpProtocol<br>方法名 or 属性名: HTTP2|@ohos.net.http.d.ts|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-communication.md32 |新增|NA|模块名: ohos.net.http<br>类名: HttpProtocol<br>方法名 or 属性名: HTTP2|@ohos.net.http.d.ts|

12