From 87774d8981ae7a079492d8949e205065ba72a8e4 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 16 Mar 2017 23:28:09 +0100 Subject: Add basic console monitor and implement monitor support --- src/http.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http.hh') 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() {} -- cgit v1.2.3-70-g09d2