Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
603
bool HTTPRequest::isChunkMode() {
604
return startedChunkTransfer;
605
}
606
607
std::pair<bool, std::string> HTTPRequest::GetHeader(const std::string& hdr)
608
{
Callers
1
JSONErrorReply
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected