Home
last modified time | relevance | path

Searched refs:RESPONSE_KEY_SET_COOKIE (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_response.cpp53 RESPONSE_KEY_SET_COOKIE) { in ParseHeaders()
H A Dnet_http_client_exec.cpp860 tempMap[RESPONSE_KEY_SET_COOKIE] = setCookies; in MakeHeaderWithSetCookie()
/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h188 static const char *const RESPONSE_KEY_SET_COOKIE; member in OHOS::NetStack::Http::final
/foundation/communication/netstack/frameworks/js/napi/http/constant/src/
H A Dconstant.cpp80 const char *const HttpConstant::RESPONSE_KEY_SET_COOKIE = "set-cookie"; member in OHOS::NetStack::Http::HttpConstant
/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_response.cpp53 HttpConstant::RESPONSE_KEY_SET_COOKIE) { in ParseHeaders()
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h65 constexpr const char *RESPONSE_KEY_SET_COOKIE = "set-cookie"; member
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1248 NapiUtils::SetArrayProperty(env, header, HttpConstant::RESPONSE_KEY_SET_COOKIE, array); in AddCurlHandle()
1255 if (it.first == HttpConstant::RESPONSE_KEY_SET_COOKIE) { in AddCurlHandle()
1299 tempMap[HttpConstant::RESPONSE_KEY_SET_COOKIE] = setCookies; in AddCurlHandle()
1459 NapiUtils::SetArrayProperty(context->GetEnv(), header, HttpConstant::RESPONSE_KEY_SET_COOKIE, array); in AddCurlHandle()

Completed in 7 milliseconds