MCPcopy 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
60void HTTPWriter::beginRequest(const shared_ptr<HTTPPacket>& pRequest) {
61 ++_requestCount;
62 _pRequest = pRequest;
63 _pLastRequest = pRequest;
64 _requesting = true;
65}
66
67void HTTPWriter::endRequest() {
68 _requesting = false;

Callers 1

receiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected