simple http request and reply
Unsolved
General and Desktop
-
@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 -
@bandito maybe these examples can be of inspiration: simple TCP echo server, and Qt-bassed HTTP server.