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

Method url

src/qhttpserverconnection.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86int
87QHttpConnectionPrivate::url(http_parser*, const char* at, size_t length) {
88 Q_ASSERT(ilastRequest);
89
90 itempUrl.append(at, length);
91 return 0;
92}
93
94int
95QHttpConnectionPrivate::headerField(http_parser*, const char* at, size_t length) {

Callers 2

runServerFunction · 0.45
ClientHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected