MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / getRawData

Method getRawData

sources/webserver/QtHttpReply.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60};
61
62QByteArray QtHttpReply::getRawData(void) const
63{
64 return m_data;
65};
66
67QList<QByteArray> QtHttpReply::getHeadersList(void) const
68{

Callers 3

handleMessageMethod · 0.45
onClientDataReceivedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected