Skip to content

Releases: nitroshare/qhttpengine

1.0.1

30 Nov 02:04
e01c0f2
Compare
Choose a tag to compare

This minor release fixes a bug that was causing the readChannelFinished() signal to erroneously be emitted twice.

1.0.0

07 Sep 21:13
8b3fc48
Compare
Choose a tag to compare

This release brings a number of changes to the library, including:

  • Moving all classes into the QHttpEngine namespace
  • Renaming most classes (removing the "Q" in front of their names)
  • Adding middleware, classes that run before routing
  • Adding HTTP basic auth and local file-based auth middleware
  • Adding more flexibility to the QObjectHandler class
  • Adding a proxy handler to communicate with an upstream HTTP server

0.1.0

23 Sep 03:07
Compare
Choose a tag to compare

First official release ready for production use.