Home
last modified time | relevance | path

Searched refs:HTTP (Results 1 – 5 of 5) sorted by relevance

/base/request/request/
DREADME_ZH.md68 - request服务不提供完整的HTTP/HTTPS SDK接口,只是HTTP/HTTPS SDK 的用户,如需此接口推荐使用[NetStack](https://gitee.com/open…
69 - 下载服务器需要支持HTTP协议的head方法,能够通过Content-length获取下载数据大小,否则下载任务失败。
DREADME.md137 …eader receive event. This API uses an asynchronous callback to return the HTTP header response. If…
139 … header receive event. This API uses an asynchronous callback to return the HTTP header response. |
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h38 HTTP, enumerator
Dwebview_controller.cpp661 webHitType = WebHitTestType::HTTP; in ConverToWebHitTestType()
679 webHitType = WebHitTestType::HTTP; in ConverToWebHitTestType()
Dnapi_webview_controller.cpp340 static_cast<int32_t>(WebHitTestType::HTTP))), in Init()