Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
simple http request and reply
-
I am looking to make a basic server with QT. Basically I would like it to receive a browser request, grab any values from the post/get variables and then send a reply back to the browser with new variables.
-
@bandito What is the question?
https://doc.qt.io/qt-5.10/qtnetwork-index.html
-
@jsulm
i guess the OP wants to create a RESTful server, not a client.@bandito
if i got you correct you can use QttpServer
-
Hi,
Maybe Cutelyst could be of interest.
-
@bandito maybe these examples can be of inspiration: simple TCP echo server, and Qt-bassed HTTP server.