/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/ |
H A D | version.rs | 48 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 D | errorcode-net-http.md | 141 Error in the HTTP2 framing layer. 145 HTTP2层级的错误。 149 服务器不支持HTTP2。 153 抓包分析、排查服务器是否支持HTTP2。
|
H A D | js-apis-http.md | 172 | 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 D | README_zh.md | 53 `ylong_http` 模块负责提供 HTTP 的基础能力,例如 HTTP2 的 HPACK、HTTP3 的 QPACK 等,主要包含以下关键模块: 60 - `H2`:HTTP2 的所有基础能力,例如 HTTP2 格式的请求和响应的编码器和解码器、HTTP2 帧编码器和解码器、HPACK等。
|
H A D | README.md | 57 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 D | sdv_http_version.rs | 29 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 D | http_client_request.h | 35 HTTP2, enumerator
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | errorcode-net-http.md | 141 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 D | js-apis-http.md | 172 | 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.ts | 2207 HTTP2,
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | net_http_request.h | 30 HTTP2, enumerator
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/include/ |
H A D | http_request_options.h | 29 HTTP2, enumerator
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_request.cpp | 119 if (usingProtocol_ == HttpProtocol::HTTP2) { in GetHttpVersion()
|
H A D | net_http_request_context.cpp | 359 ops->usingProtocol == static_cast<int32_t>(HttpProtocol::HTTP2)) { in ParseParams()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/src/ |
H A D | http_request_options.cpp | 132 if (usingProtocol_ == HttpProtocol::HTTP2) { in GetHttpVersion()
|
/ohos5.0/foundation/communication/netstack/test/unittest/http/ |
H A D | HttpRequestOptionsTest.cpp | 237 HttpProtocol testValue = HttpProtocol::HTTP2;
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/ |
H A D | mod.rs | 765 *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 D | http_module.cpp | 199 DECLARE_HTTP_PROTOCOL(HTTP2), in InitHttpProtocol()
|
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_task.cpp | 135 } else if (ptcl == HttpProtocol::HTTP2) { in GetHttpVersion()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
H A D | http2.rs | 87 version: ylong_http::version::Version::HTTP2, in frame_2_response()
|
/ohos5.0/foundation/communication/netstack/ |
H A D | README_zh.md | 165 | HTTP2 | 协议http2 |
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/ |
H A D | request_context.cpp | 206 number == static_cast<uint32_t>(HttpProtocol::HTTP2) || in ParseNumberOptions()
|
/ohos5.0/foundation/communication/netstack/test/unittest/http_client/ |
H A D | HttpClientTaskTest.cpp | 90 uint32_t httpVersionTest = task->GetHttpVersion(HttpProtocol::HTTP2);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-communication.md | 31 |新增|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 D | js-apidiff-communication.md | 32 |新增|NA|模块名: ohos.net.http<br>类名: HttpProtocol<br>方法名 or 属性名: HTTP2|@ohos.net.http.d.ts|
|