Home
last modified time | relevance | path

Searched refs:chunked (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/
H A Dhttp1.rs99 let chunked = part in request() localVariable
113 match (chunked, content_length, pre.is_empty()) { in request()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_http_request_process_test/
H A Dprint_http_request_process_test.cpp775 requestData.set_header("Transfer-Encoding", "chunked");
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-scheme-handler.md496 OH_LOG_INFO(LOG_APP, "http body stream is chunked %{public}d.", isChunked);
682 <a href="https://www.example.com/chunked_post_stream.html">测试读取chunked类型http body stream</a>
873 <div onclick="test()">test post chunked http body.</div>
/ohos5.0/docs/en/application-dev/web/
H A Dweb-scheme-handler.md496 OH_LOG_INFO(LOG_APP, "http body stream is chunked %{public}d.", isChunked);
682 <a href="https://www.example.com/chunked_post_stream.html">Read the http body stream of chunked typ…
873 <div onclick="test()">test post chunked http body.</div>
/ohos5.0/commonlibrary/rust/ylong_http/
H A DREADME.md62 …orresponds to a plaintext message body, and `ChunkBody` corresponds to a chunked message body. `Mi…
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A D_web.md123 …httpbodystream) \*httpBodyStream) | Determines whether **httpBodyStream** is chunked to transfer. |
800 | ARKWEB_ERR_INVALID_CHUNKED_ENCODING | The chunked encoding is invalid. |
831 | ARKWEB_ERR_INCOMPLETE_CHUNKED_ENCODING | The HTTP response body is transmitted using chunked enc…
1307 Determines whether **httpBodyStream** is chunked to transfer.
1321 If **httpBodyStream** is chunked to transfer, **true** is returned. Otherwise, **false** is returne…
1333 Returns **false** before reading the chunked **httpBodyStream** the first time.
1359 Returns **false** if the data is chunked to transfer.
H A Djs-apis-netErrorList.md154 |ERR_INVALID_CHUNKED_ENCODING | -321 | The chunked encoding is invalid.|
185 |ERR_INCOMPLETE_CHUNKED_ENCODING | -355 | The HTTP response body is transmitted using chunked encod…
H A Darkweb__scheme__handler_8h.md70 ….md#arkweb_httpbodystream) \*httpBodyStream) | Determines whether **httpBodyStream** is chunked. |
H A Djs-apis-webview.md14476 …in this **WebHttpBodyStream** instance. This API always returns zero when chunked transfer is used.
14530 …e the first read attempt is made for the **WebHttpBodyStream** instance that uses chunked transfer.
14548 … requests will be completed synchronously. It returns **false** if the data is chunked to transfer.