I need to create a http web server which responds to http clients using Qt 4.7
I have gone through the API and found few servers, but how to create a http server using the API
Any hints and guidance on this please....i am totally new to this
also what is .pro in Qt 4.7 and is it the same as doing in Visual studio
You should use QTcpServer
, check this example
.
QtWebApp is a HTTP 1.1 server based on QTcpServer. It supports GET and POST method, file uploads, cookies and sessions.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With