diff --git a/include/transport/HTTPRequest.h b/include/transport/HTTPRequest.h index f655a62644fb14830ebdcd8e5796b6d0de837233..c3b25b7bd8886252ebcf154b779e6b464e18b577 100644 --- a/include/transport/HTTPRequest.h +++ b/include/transport/HTTPRequest.h @@ -39,6 +39,10 @@ class HTTPRequest : public Thread { void run(); void finalize(); + const std::string &getURL() { + return m_url; + } + boost::signal onRequestFinished; private: