Home
last modified time | relevance | path

Searched refs:RESPONSE_KEY_HEADER (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_constant.h68 static const char *const RESPONSE_KEY_HEADER; member in OHOS::NetStack::HttpClient::final
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_proxy.cpp67 cachedResponse.SetRawHeader(Decode(responseFromCache[RESPONSE_KEY_HEADER])); in ReadResponseFromCache()
101 cacheResponse[RESPONSE_KEY_HEADER] = Encode(response.GetRawHeader()); in WriteResponseToCache()
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/
H A Dcache_proxy.cpp78 cachedResponse.SetRawHeader(Base64::Decode(responseFromCache[HttpConstant::RESPONSE_KEY_HEADER])); in ReadResponseFromCache()
112 cacheResponse[HttpConstant::RESPONSE_KEY_HEADER] = Base64::Encode(response.GetRawHeader()); in WriteResponseToCache()
/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_constant.cpp58 const char *const HttpConstant::RESPONSE_KEY_HEADER = "header"; member in OHOS::NetStack::HttpClient::HttpConstant
/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h185 static const char *const RESPONSE_KEY_HEADER; member in OHOS::NetStack::Http::final
/foundation/communication/netstack/frameworks/js/napi/http/constant/src/
H A Dconstant.cpp77 const char *const HttpConstant::RESPONSE_KEY_HEADER = "header"; member in OHOS::NetStack::Http::HttpConstant
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h48 constexpr const char *RESPONSE_KEY_HEADER = "header"; member
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp606 NapiUtils::SetNamedProperty(context->GetEnv(), object, HttpConstant::RESPONSE_KEY_HEADER, header); in AddCurlHandle()

Completed in 8 milliseconds