MCPcopy Create free account
hub / github.com/LUX-Core/lux / isChunkMode

Method isChunkMode

src/httpserver.cpp:603–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601}
602
603bool HTTPRequest::isChunkMode() {
604 return startedChunkTransfer;
605}
606
607std::pair<bool, std::string> HTTPRequest::GetHeader(const std::string& hdr)
608{

Callers 1

JSONErrorReplyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected