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

Method QHttpRequest

src/qhttpserverrequest.cpp:7–11  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

5namespace server {
6///////////////////////////////////////////////////////////////////////////////
7QHttpRequest::QHttpRequest(QHttpConnection *conn)
8 : QHttpAbstractInput(conn), d_ptr(new QHttpRequestPrivate(conn, this)) {
9 d_ptr->initialize();
10 QHTTP_LINE_LOG
11}
12
13QHttpRequest::QHttpRequest(QHttpRequestPrivate &dd, QHttpConnection *conn)
14 : QHttpAbstractInput(conn), d_ptr(&dd) {

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected