HttpServer icon indicating copy to clipboard operation
HttpServer copied to clipboard

C++ Qt 5 HTTP Server

Results 4 HttpServer issues
Sort by recently updated
recently updated
newest added

I have made a server which I POST a form to. When I access a field in the form e.g.: `name` I expect to do ```c++ QString name = data->request->formField("name");...

Just some comments after load test session on performances 1) My tests have only been be performed on macOS 10.15.4 with Instruments Time profile Apple tool, I have planned to...

I submit data using Postmain : ![图片](https://github.com/addisonElliott/HttpServer/assets/15364651/9bc415e3-4875-42a4-b83a-bcf1a7e36715) Data obtained from QT: ![图片](https://github.com/addisonElliott/HttpServer/assets/15364651/c549119c-773c-43ea-b248-d63356b42138) ![图片](https://github.com/addisonElliott/HttpServer/assets/15364651/7eb1d8bf-9e5e-4a29-8dca-03ae0edda7c8) May I ask how to solve this problem? Thank you

Thanks for the simple and featurefull http server! It works great under Qt5. This pull request contains the following features: - Added cmake based compilation files - Added a pure...