summaryrefslogtreecommitdiff
path: root/src/http.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-03-16 23:28:09 +0100
committerJoel Klinghed <the_jk@yahoo.com>2017-03-16 23:38:19 +0100
commit87774d8981ae7a079492d8949e205065ba72a8e4 (patch)
treef056ffbdfb436143db1d968ffc7c82b1cb3d79a3 /src/http.hh
parent719d90a40e83e870be19f8d46cc55caed618aa35 (diff)
Add basic console monitor and implement monitor support
Diffstat (limited to 'src/http.hh')
-rw-r--r--src/http.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http.hh b/src/http.hh
index 091d3d4..9a084d2 100644
--- a/src/http.hh
+++ b/src/http.hh
@@ -92,6 +92,7 @@ public:
virtual std::string method() const = 0;
virtual bool method_equal(std::string const& method) const = 0;
virtual std::string url() const = 0;
+ virtual bool url_equal(std::string const& url) const = 0;
protected:
HttpRequest() {}