Home
last modified time | relevance | path

Searched refs:setCookies (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp851 std::string setCookies; in MakeHeaderWithSetCookie() local
854 setCookies += setCookie; in MakeHeaderWithSetCookie()
856 setCookies += HTTP_LINE_SEPARATOR; in MakeHeaderWithSetCookie()
860 tempMap[RESPONSE_KEY_SET_COOKIE] = setCookies; in MakeHeaderWithSetCookie()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1290 std::string setCookies; in AddCurlHandle() local
1293 setCookies += setCookie; in AddCurlHandle()
1295 setCookies += HttpConstant::RESPONSE_KEY_SET_COOKIE_SEPARATOR; in AddCurlHandle()
1299 tempMap[HttpConstant::RESPONSE_KEY_SET_COOKIE] = setCookies; in AddCurlHandle()

Completed in 4 milliseconds