add setRawHeader to Rquest API
[pykit.git] / Publisher.hh
index 46d7507..72862d2 100644 (file)
@@ -31,6 +31,7 @@ namespace pykit {
 
         void setContentType(std::string const & contentType);
         void setLocation(std::string const & location);
+        void setHeader(std::string const & header, std::string const & value);
 
         QUrl url() const;
         QByteArray postData() const;