Receive POST request
-
-Yes. Use QNetworkAccessManager to sent the message. It will emit replyReady() signal when the reply is ready.-
Whoops, sorry, I've just noticed I've read your post in a wrong way. My reply does not answer your question.
-
Qt has got a QTcpServer, which you might combine with your own or an "existing":https://github.com/joyent/http-parser HTTP parser or you just use a Qt HTTP server in the first place, for example found "here":https://github.com/nikhilm/qhttpserver or "here":http://www.meinemullemaus.de/qtwebapp/index-en.html.