Home
last modified time | relevance | path

Searched refs:HTTP_TRANSFER_ENCODING (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_constant.h22 const std::string HTTP_TRANSFER_ENCODING = "Transfer-Encoding"; variable
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp324 if (x.first == HTTP_TRANSFER_ENCODING && x.second == HTTP_CHUNKED) { in DealRequestHeader()