/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/ |
H A D | mod.rs | 14 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 D | part.rs | 168 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 D | headers.rs | 384 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 D | response_data.h | 51 std::map<std::string, std::string> headers; variable
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/response/ |
H A D | mod.rs | 54 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 D | RequestUploadTest.js | 76 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 D | RequestJsunit.test.js | 45 headers: 'http' property in AnonymousFunctioneeec945f0100.globalDownloadConf.header
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/tests/ |
H A D | sdv_http_headers.rs | 44 let mut headers = Headers::new(); in sdv_client_send_request_repeatedly() localVariable
|
H A D | sdv_http_body.rs | 137 let mut headers = Headers::new(); in sdv_chunk_body_encode_trailer_0() localVariable
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/ |
H A D | lib.rs | 40 pub mod headers; module
|
/ohos5.0/base/request/request/frameworks/js/napi/src/legacy/ |
H A D | download_task.cpp | 128 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 D | HttpClientResponseTest.cpp | 121 auto headers = req.GetHeaders(); variable 163 auto headers = req.GetHeaders(); variable
|
H A D | HttpClientRequestTest.cpp | 253 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 D | http.cpp | 48 struct curl_slist *headers = nullptr; in HttpPost() local
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/ |
H A D | http_async_callback.cpp | 87 …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 D | websocket_client_innerapi.h | 58 std::map<std::string, std::string> headers; member
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/ |
H A D | http_curl_client.cpp | 134 curl_slist *headers {nullptr}; in RequestData() local
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
H A D | decoder.rs | 22 headers: Parts, field
|
H A D | encoder.rs | 451 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 D | i_network_message.cpp | 131 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 D | curl_adp.cpp | 396 …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 D | c_task_config.h | 61 CStringWrapper headers; member 87 std::string headers; member
|
/ohos5.0/base/request/request/frameworks/cj/ffi/include/ |
H A D | cj_request_ffi.h | 36 CHashStrPair *headers; member 88 CHashStrArr headers; member
|
/ohos5.0/foundation/communication/netstack/interfaces/kits/c/net_websocket/include/ |
H A D | net_websocket_type.h | 159 struct WebSocket_Header *headers; member
|
/ohos5.0/foundation/communication/netstack/test/fuzztest/websocketinnerapi_fuzzer/ |
H A D | websocket_inner_fuzzer.cpp | 31 std::map<std::string, std::string> headers = { variable
|