Home
last modified time | relevance | path

Searched refs:HTTP_RESPONSE_HEADER_SEPARATOR (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/src/
H A Dconstant.cpp95 const char *const HttpConstant::HTTP_RESPONSE_HEADER_SEPARATOR = "\r\n\r\n"; member in OHOS::NetStack::Http::HttpConstant
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h209 static const char *const HTTP_RESPONSE_HEADER_SEPARATOR; variable
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h54 constexpr const char *HTTP_RESPONSE_HEADER_SEPARATOR = "\r\n\r\n"; variable
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp880 if (CommonUtils::EndsWith(context->response.GetRawHeader(), HTTP_RESPONSE_HEADER_SEPARATOR)) { in OnWritingMemoryHeader()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1239 …nUtils::EndsWith(context->response.GetRawHeader(), HttpConstant::HTTP_RESPONSE_HEADER_SEPARATOR)) { in AddCurlHandle()