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

Method addHeader

src/qhttpserverresponse.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void
34QHttpResponse::addHeader(const QByteArray &field, const QByteArray &value) {
35 d_func()->addHeader(field, value);
36}
37
38THeaderHash&
39QHttpResponse::headers() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected