qhttp
qhttp copied to clipboard
a light-weight and asynchronous HTTP library (both server & client) in Qt5 and c++14
Thanks for this project. A little bit confused, QHttpClient::request always returns true, even if the passed url is wrong. For example: Url http://192.168.1.100:20030/devices is Invalid. but when i request this...
Dear @azadkuh, Can you move your "qhttp" repository into a GitHub Free organization to continuous the development? After the transfer, redirections will be here, no lost. Create an organization: -...
If the incoming HTTP header is invalid, which can be as trivial as providing the HTTP method in lowercase instead of uppercase, the socket is never released and it just...
Hi. I use a great QHTTP library as a HTTP server implementation. When I receive a POST multipart/form-data request I get its boundary from the "content-type" header. However I noticed,...
Update the main code with fork improvements? - https://github.com/azadkuh/qhttp/network
I added support for make install command. Headers and Lib will install to the Qt default install directory.
hi how to use Response wait time for receive data from server in client?
I've been playing with this for too long. Why can't I start the QHttpServer outside the main? Such as in a class? I've tried passing in the app variable to...
I've got this error for all the examples. Even for my own code for starting a simple server issued this warning. Couldn't find any issue here. Release mode is fine...