Home
last modified time | relevance | path

Searched refs:RESPONSE_KEY_SET_COOKIE_SEPARATOR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/src/
H A Dconstant.cpp81 const char *const HttpConstant::RESPONSE_KEY_SET_COOKIE_SEPARATOR = "\r\n"; member in OHOS::NetStack::Http::HttpConstant
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h189 static const char *const RESPONSE_KEY_SET_COOKIE_SEPARATOR; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1164 CommonUtils::Split(headerElement.second, HttpConstant::RESPONSE_KEY_SET_COOKIE_SEPARATOR); in AddCurlHandle()
1220 setCookies += HttpConstant::RESPONSE_KEY_SET_COOKIE_SEPARATOR; in AddCurlHandle()