开发者

Need to create http webserver using Qt 4.7 in C++

开发者 https://www.devze.com 2023-02-02 06:09 出处:网络
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

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

开发者_StackOverflow

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消