summaryrefslogtreecommitdiffstats
path: root/tests/auto/httpserver/httpreqrep.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/httpserver/httpreqrep.h')
-rw-r--r--tests/auto/httpserver/httpreqrep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/httpserver/httpreqrep.h b/tests/auto/httpserver/httpreqrep.h
index a8482536d..774c08eb1 100644
--- a/tests/auto/httpserver/httpreqrep.h
+++ b/tests/auto/httpserver/httpreqrep.h
@@ -25,6 +25,7 @@ public:
QByteArray requestMethod() const { return m_requestMethod; }
QByteArray requestPath() const { return m_requestPath; }
QByteArray requestHeader(const QByteArray &key) const;
+ bool hasRequestHeader(const QByteArray &key) const;
// Response parameters (can be set until sendResponse()/close()).