Skip to content

Releases: jayqi/quickhttp

v2.0.0

11 Feb 23:09
4608315
Compare
Choose a tag to compare
  • Removed support for Python 3.6.
  • Removed DirectoryHTTPRequestHandler which was only needed for Python 3.6.

v1.0.0

06 Sep 21:08
Compare
Choose a tag to compare
  • Changed module organization of package code to be more clear and explicit:
    • Changed name of quickhttp.core to quickhttp.http_server.
    • Changed name of quickhttp.quickhttp to quickhttp.cli.
    • Added new quickhttp.exceptions module for all package custom exceptions:
      • Added new base exception class QuickhttpException that all other exceptions from this package subclass.
      • Added new exception class InvalidSearchTypeError.
      • Changed name of NoAvailablePortFound to NoAvailablePortFoundError. It is now a subclass of QuickhttpException.

v0.2.0

22 Nov 06:32
Compare
Choose a tag to compare
  • Changed --time option name to --timeout.
  • Changed timeout time to be from last request instead of from server startup.

v0.1.0

17 Jul 05:48
Compare
Choose a tag to compare

Initial release of quickhttp! 🎉