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

Method setVersion

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

Source from the content-addressed store, hash-verified

26}
27
28void
29QHttpResponse::setVersion(const QString &versionString) {
30 d_func()->iversion = versionString;
31}
32
33void
34QHttpResponse::addHeader(const QByteArray &field, const QByteArray &value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected