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

Method method

src/qhttpserverrequest.cpp:16–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 : QHttpAbstractInput(conn), d_ptr(&dd) {
15 d_ptr->initialize();
16 QHTTP_LINE_LOG
17}
18
19QHttpRequest::~QHttpRequest() {
20 QHTTP_LINE_LOG
21}
22
23THttpMethod
24QHttpRequest::method() const {
25 return d_func()->imethod;
26}
27
28const QString
29QHttpRequest::methodString() const {

Callers 2

runServerFunction · 0.80
ClientHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected