Home
last modified time | relevance | path

Searched defs:headers (Results 1 – 10 of 10) sorted by relevance

/base/request/request/test/unittest/common/napi/requestTest/
DRequestJsunit.test.js54 headers: 'http' property
105 headers: 'http' property
150 headers: 'http' property
200 headers: 'http' property
249 headers: 'http' property
294 headers: 'http' property
332 headers: 'http' property
370 headers: 'http' property
409 headers: 'http' property
448 headers: 'http' property
[all …]
DRequestUploadTest.js62 headers: 'http' property
72 headers: 'http' property
/base/request/request/frameworks/js/napi/src/legacy/
Ddownload_task.cpp127 bool DownloadTask::SetOption(CURL *handle, curl_slist *&headers) in SetOption()
195 curl_slist *headers{}; in DoDownload() local
/base/request/request/frameworks/js/napi/src/upload/
Dcurl_adp.cpp395 …std::string headers = std::accumulate(fData->responseHead.begin(), fData->responseHead.end(), std:… in HeaderCallback() local
422 void CUrlAdp::NotifyAPI5(FileData *fData, std::string &headers) in NotifyAPI5()
/base/request/request/services/service/rust/src/
Dtask_config.rs45 pub headers: HashMap<String, String>, field
Drequest_service.rs126 let mut headers: HashMap<String, String> = HashMap::new(); in construct() localVariable
/base/request/request/frameworks/js/napi/include/upload/
Dupload_config.h40 std::string headers; member
/base/request/request/frameworks/js/napi/include/
Djs_common.h78 std::string headers; member
119 std::map<std::string, std::string> headers; member
/base/request/request/frameworks/js/napi/src/
Dnapi_utils.cpp172 napi_value headers = nullptr; in Convert2JSHeaders() local
/base/request/request/test/unittest/js_test/requestTest/
DRequestTask.test.js780 headers: JSON.stringify({'content-type': 'application/json'}), property