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

Method methodString

src/qhttpserverrequest.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28const QString
29QHttpRequest::methodString() const {
30 return http_method_str(static_cast<http_method>(d_func()->imethod));
31}
32
33const QUrl&
34QHttpRequest::url() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected