Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ beginRequest
Method
beginRequest
MonaCore/sources/HTTP/HTTPWriter.cpp:60–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void HTTPWriter::beginRequest(const shared_ptr<HTTPPacket>& pRequest) {
61
++_requestCount;
62
_pRequest = pRequest;
63
_pLastRequest = pRequest;
64
_requesting = true;
65
}
66
67
void HTTPWriter::endRequest() {
68
_requesting = false;
Callers
1
receive
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected