HttpServer
HttpServer copied to clipboard
C++ Qt 5 HTTP Server
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 :  Data obtained from QT:   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...