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 D | http1.rs | 99 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 D | print_http_request_process_test.cpp | 775 requestData.set_header("Transfer-Encoding", "chunked");
|
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | web-scheme-handler.md | 496 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 D | web-scheme-handler.md | 496 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 D | README.md | 62 …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.md | 123 …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 D | js-apis-netErrorList.md | 154 |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 D | arkweb__scheme__handler_8h.md | 70 ….md#arkweb_httpbodystream) \*httpBodyStream) | Determines whether **httpBodyStream** is chunked. |
|
H A D | js-apis-webview.md | 14476 …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.
|