Skip to content

Tags: oliviermaridat/qhttp

Tags

v3.1.2

Update Qompoter support

v2.1.3

qhttp wrapper - Follow qhttp version-2.1

Fix onEnd issue

v2.1.2

qhttp wrapper - Follow qhttp version-2.1

With real patch to fix collectData issue

v2.1

Add Qompoter support

version-3.0

update README and bump to version 3.0

version-2.1

update README.md and add `unsupported` to SSL backend.

tweak for ./update-dependencies.sh

version-2.0.0beta

new file name convention to project source tree.

* server class files are start with qhttpserver prefix.
* some better doxygen comments.
* a unique convention for #ifndef of each *.hpp file.
* remove Windows dllexport/dllimport directive.
* show a warning for Windows compilation.
* show an error if Qt < 5.0.0
* remove all license headers!

version-1.1.1

QHttpConnection: public QTcpSocket, add Q_DECLARE_PRIVATE.

change other sources to comply.

version-1.1.0

fix problems on example/httpclient-raw.

change direct call of start() as a slot to QMetaObject::invokeMethod.

version-1.0.0

change write() to end() in ClientConnection.