POST data support
[pykit.git] / Publisher.hh
index 2fd4cba..46d7507 100644 (file)
@@ -33,6 +33,9 @@ namespace pykit {
         void setLocation(std::string const & location);
 
         QUrl url() const;
+        QByteArray postData() const;
+        QByteArray operation() const;
+        QString postContentType() const;
 
     private:
         Request(detail::InternalServerReply & reply);