Home
last modified time | relevance | path

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

12

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmod.rs14 mod headers; module
230 let mut headers = Headers::new(); in ut_get_content_type_boundary() localVariable
242 let mut headers = Headers::new(); in ut_get_content_type_boundary() localVariable
254 let mut headers = Headers::new(); in ut_get_content_type_boundary() localVariable
H A Dpart.rs168 pub fn headers(&self) -> &Headers { in headers() method
443 let mut headers = Headers::new(); in ut_mime_part_builder_set_headers() localVariable
451 let mut headers = Headers::new(); in ut_mime_part_builder_set_headers() localVariable
472 let mut headers = Headers::new(); in ut_mime_part_builder_insert_header() localVariable
507 let mut headers = Headers::new(); in ut_mime_part_builder() localVariable
527 let mut headers = Headers::new(); in ut_mime_part_headers() localVariable
547 let mut headers = Headers::new(); in ut_mime_part_headers_mut() localVariable
567 let mut headers = Headers::new(); in ut_mime_part_headers_once() localVariable
H A Dheaders.rs384 let mut headers = Headers::new(); in ut_decode_headers_decode() localVariable
399 let mut headers = Headers::new(); in ut_decode_headers_decode() localVariable
414 let mut headers = Headers::new(); in ut_decode_headers_decode() localVariable
438 let mut headers = Headers::new(); in ut_decode_headers_decode2() localVariable
477 let mut headers = Headers::new(); in ut_decode_headers_decode3() localVariable
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Dresponse_data.h51 std::map<std::string, std::string> headers; variable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/response/
H A Dmod.rs54 pub fn headers(&self) -> &Headers { in headers() method
100 pub headers: Headers, field
164 let mut headers = Headers::new(); in ut_response_headers() localVariable
245 let mut headers = Headers::new(); in ut_response_from_raw_parts() localVariable
/ohos5.0/base/request/request/test/unittest/common/napi/requestTest/
H A DRequestUploadTest.js76 headers: 'http' property in AnonymousFunctioned9ad7390100.uploadConfig.header
86 headers: 'http' property in AnonymousFunctioned9ad7390100.uploadConfig1.header
96 headers: 'http' property in AnonymousFunctioned9ad7390100.uploadConfig2.header
109 headers: 'http' property in AnonymousFunctioned9ad7390100.uploadConfig3.header
122 headers: 'http' property in AnonymousFunctioned9ad7390100.uploadConfig4.header
H A DRequestJsunit.test.js45 headers: 'http' property in AnonymousFunctioneeec945f0100.globalDownloadConf.header
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/tests/
H A Dsdv_http_headers.rs44 let mut headers = Headers::new(); in sdv_client_send_request_repeatedly() localVariable
H A Dsdv_http_body.rs137 let mut headers = Headers::new(); in sdv_chunk_body_encode_trailer_0() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dlib.rs40 pub mod headers; module
/ohos5.0/base/request/request/frameworks/js/napi/src/legacy/
H A Ddownload_task.cpp128 bool DownloadTask::SetOption(CURL *handle, curl_slist *&headers) in SetOption()
196 curl_slist *headers{}; in DoDownload() local
/ohos5.0/foundation/communication/netstack/test/unittest/http_client/
H A DHttpClientResponseTest.cpp121 auto headers = req.GetHeaders(); variable
163 auto headers = req.GetHeaders(); variable
H A DHttpClientRequestTest.cpp253 std::map<std::string, std::string> headers = req.GetHeaders(); variable
263 std::map<std::string, std::string> headers = req.GetHeaders(); variable
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/common/src/
H A Dhttp.cpp48 struct curl_slist *headers = nullptr; in HttpPost() local
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_async_callback.cpp87 …std::unique_ptr<JSIVal, decltype(&JSI::ReleaseValue)> headers(JSI::CreateObject(), JSI::ReleaseVal… in ResponseDataToJsValue() local
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/websocket_client/include/
H A Dwebsocket_client_innerapi.h58 std::map<std::string, std::string> headers; member
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Dhttp_curl_client.cpp134 curl_slist *headers {nullptr}; in RequestData() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Ddecoder.rs22 headers: Parts, field
H A Dencoder.rs451 let headers = [(Field::Path, String::from("/index.html"))]; in literal_field_line_with_name_reference() localVariable
486 let headers = [ in dynamic_table() localVariable
/ohos5.0/foundation/communication/netstack/utils/profiler_utils/src/
H A Di_network_message.cpp131 std::string INetworkMessage::GetRawHeader(const std::map<std::string, std::string> &headers) in GetRawHeader()
/ohos5.0/base/request/request/frameworks/js/napi/src/upload/
H A 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()
/ohos5.0/base/request/request/services/include/
H A Dc_task_config.h61 CStringWrapper headers; member
87 std::string headers; member
/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_ffi.h36 CHashStrPair *headers; member
88 CHashStrArr headers; member
/ohos5.0/foundation/communication/netstack/interfaces/kits/c/net_websocket/include/
H A Dnet_websocket_type.h159 struct WebSocket_Header *headers; member
/ohos5.0/foundation/communication/netstack/test/fuzztest/websocketinnerapi_fuzzer/
H A Dwebsocket_inner_fuzzer.cpp31 std::map<std::string, std::string> headers = { variable

12