Home
last modified time | relevance | path

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

/base/request/request/test/unittest/common/napi/requestTest/
DRequestUploadTest.js76 headers: 'http' property
86 headers: 'http' property
96 headers: 'http' property
109 headers: 'http' property
122 headers: 'http' property
DRequestJsunit.test.js45 headers: 'http' property
/base/request/request/frameworks/js/napi/src/legacy/
Ddownload_task.cpp128 bool DownloadTask::SetOption(CURL *handle, curl_slist *&headers) in SetOption()
196 curl_slist *headers{}; in DoDownload() local
/base/request/request/services/service/request/src/task/
Dconfig.rs74 pub(crate) headers: HashMap<String, String>, field
88 pub(crate) headers: String, field
Dffi.rs33 pub(crate) headers: CStringWrapper, field
/base/request/request/services/service/request/c_wrapper/include/
Dc_task_config.h61 CStringWrapper headers; member
83 std::string headers; member
/base/request/request/frameworks/js/napi/src/upload/
Dcurl_adp.cpp396 …std::string headers = std::accumulate(fData->responseHead.begin(), fData->responseHead.end(), std:… in HeaderCallback() local
423 void CUrlAdp::NotifyAPI5(FileData *fData, std::string &headers) in NotifyAPI5()
/base/request/request/frameworks/js/napi/include/upload/
Dupload_config.h41 std::string headers; member
/base/request/request/services/service/request/src/service/command/
Dconstruct.rs176 let mut headers: HashMap<String, String> = HashMap::new(); in execute() localVariable
/base/request/request/frameworks/js/napi/include/
Djs_common.h79 std::string headers; member
123 std::map<std::string, std::string> headers; member
/base/request/request/frameworks/js/napi/src/
Dnapi_utils.cpp176 napi_value headers = nullptr; in Convert2JSHeadersAndBody() local