Searched refs:RESPONSE_KEY_SET_COOKIE_SEPARATOR (Results 1 – 3 of 3) sorted by relevance
81 const char *const HttpConstant::RESPONSE_KEY_SET_COOKIE_SEPARATOR = "\r\n"; member in OHOS::NetStack::Http::HttpConstant
189 static const char *const RESPONSE_KEY_SET_COOKIE_SEPARATOR; variable
1164 CommonUtils::Split(headerElement.second, HttpConstant::RESPONSE_KEY_SET_COOKIE_SEPARATOR); in AddCurlHandle()1220 setCookies += HttpConstant::RESPONSE_KEY_SET_COOKIE_SEPARATOR; in AddCurlHandle()