MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getChunkedTransferEncoding

Method getChunkedTransferEncoding

base/poco/Net/src/HTTPMessage.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136
137bool HTTPMessage::getChunkedTransferEncoding() const
138{
139 return icompare(getTransferEncoding(), CHUNKED_TRANSFER_ENCODING) == 0;
140}
141
142
143void HTTPMessage::setContentType(const std::string& mediaType)

Callers 6

prepareSubmitMethod · 0.80
handleRequestMethod · 0.80
handleRequestMethod · 0.80
drainRequestIfNeededFunction · 0.80

Calls 1

icompareFunction · 0.50

Tested by

no test coverage detected