Http Post and Get
Unsolved
General and Desktop
-
Hi friends,
I want to post and get HTTP example in qt can-anybody give the solution.
-
@satyanarayana143 said in Http Post and Get:
HTTP example
Are you looking for this ? http://doc.qt.io/qt-5/qtnetwork-http-example.html
Here are Qt network example . -
not for downloading file get post server url and get response for that
-
It's in the example already!
HttpWindow::startRequest
does exactly that.