X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Publisher.hh;h=46d7507c6999c96e2f90f9cc7a83df9e33dde7ba;hb=5f68db2ece38a2e31a9acd884a96194e33b9c430;hp=2fd4cba24e0c00ff87db785f1bf868ac5988d919;hpb=fb8a1722b7e8dc898284b9faa26754336775cba3;p=pykit.git diff --git a/Publisher.hh b/Publisher.hh index 2fd4cba..46d7507 100644 --- a/Publisher.hh +++ b/Publisher.hh @@ -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);