MCPcopy Create free account
hub / github.com/azadkuh/qhttp / collectData

Method collectData

src/qhttpserverrequest.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void
64QHttpRequest::collectData(int atMost) {
65 d_func()->collectData(atMost);
66}
67
68const QByteArray&
69QHttpRequest::collectedData() const {

Callers 6

runServerFunction · 0.45
runClientFunction · 0.45
ClientHandlerMethod · 0.45
mainFunction · 0.45
sendMethod · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected