Create and Access Webservice
-
wrote on 27 Sept 2018, 14:25 last edited by
I need Create and Access a webservice in Qt.
Want ti get and post the requests.
It will be very helpful anyone give suggestions.Thanks In Advance
-
I need Create and Access a webservice in Qt.
Want ti get and post the requests.
It will be very helpful anyone give suggestions.Thanks In Advance
-
wrote on 27 Sept 2018, 17:39 last edited by VRonin
There is no stable way to create a web server with Qt, there is a project in the labs but there are no plans for it leave the prototype stage at the moment.
You can use
QNetworkAccessManager
+ the json/xml(/cbor coming in 5.12 or 5.13) modules to handle the client side easily though -
Hi,
Sounds like you could be interested by the Cutelyst project.
1/4