Home
last modified time | relevance | path

Searched refs:setCookie_ (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_response.cpp54 setCookie_.push_back(CommonUtils::Strip(header.substr(index + 1))); in ParseHeaders()
84 return setCookie_; in GetsetCookie()
/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_response.cpp54 setCookie_.push_back(CommonUtils::Strip(header.substr(index + 1))); in ParseHeaders()
84 return setCookie_; in GetsetCookie()
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_response.h77 std::vector<std::string> setCookie_; member in OHOS::NetStack::Http::final
/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_response.h79 std::vector<std::string> setCookie_; member in OHOS::NetStack::Http::final
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1450 if (!context->response.setCookie_.empty()) { in AddCurlHandle()
1452 auto len = context->response.setCookie_.size(); in AddCurlHandle()
1454 for (const auto &setCookie : context->response.setCookie_) { in AddCurlHandle()

Completed in 4 milliseconds