Quickhttp

Latest version: v2.0.0

Safety actively analyzes 624038 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.0.0

- Removed support for Python 3.6.
- Removed `DirectoryHTTPRequestHandler` which was only needed for Python 3.6.

1.0.0

- 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`.

0.2.0

- Changed `--time` option name to `--timeout`.
- Changed timeout time to be from last request instead of from server startup.

0.1.0

- Initial release. :sparkles:

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.