Searched refs:HTTP (Results 1 – 6 of 6) sorted by relevance
/base/request/request/test/download/ |
D | download.test.ets | 20 header: { }, // Adds an HTTP or HTTPS header to be included with the upload request. 30 header: { }, // Adds an HTTP or HTTPS header to be included with the upload request. 40 header: { }, // Adds an HTTP or HTTPS header to be included with the upload request. 49 header: { }, // Adds an HTTP or HTTPS header to be included with the upload request. 55 header: { }, // Adds an HTTP or HTTPS header to be included with the upload request. 65 header: { }, // Adds an HTTP or HTTPS header to be included with the upload request. 75 header: { }, // Adds an HTTP or HTTPS header to be included with the upload request. 85 header: { }, // Adds an HTTP or HTTPS header to be included with the upload request. 95 header: { }, // Adds an HTTP or HTTPS header to be included with the upload request. 105 header: { }, // Adds an HTTP or HTTPS header to be included with the upload request. [all …]
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | webview_controller.h | 38 HTTP, enumerator
|
D | webview_controller.cpp | 528 webHitType = WebHitTestType::HTTP; in ConverToWebHitTestType() 546 webHitType = WebHitTestType::HTTP; in ConverToWebHitTestType()
|
D | napi_webview_controller.cpp | 127 static_cast<int32_t>(WebHitTestType::HTTP))), in Init()
|
/base/request/request/ |
D | README_ZH.md | 386 …35145451011"></a><a name="p3335145451011"></a>开启上传任务监听,异步方法,使用callback形式返回HTTP header response结果。多… 396 …812149"><a name="p18761104812149"></a><a name="p18761104812149"></a>关闭上传任务HTTP Header response监听,异… 858 4.创建上传的HTTP header response监听事件 861 // 开启上传任务监听,使用callback形式返回HTTP header response结果。 890 8.关闭上传的HTTP header response监听事件 893 // 关闭上传任务监听,使用callback形式返回HTTP header response结果。
|
D | README.md | 137 …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. |
|