HTTP client and server
Unsolved
General and Desktop
-
Hi,
Does Qt by any chance already have any API for either performing an HTTP GET and/or setting up a simple web server?
Ideally these would be built-in to stock Qt and not be something I'd have to add and struggle to compile and integrate myself. I had seen someone's attempt at creating a Qt based web server from a few years ago but the code didn't compile.
Thanks. -
Have a look at the Qt Network module
There are also a lot of examples
-
@Publicnamer Use qNetworkAccessManager. Everything you need (http request etc) is in this class.
-
Hi,
You should take a look at the Cutelyst project.