Httprest

Latest version: v0.3.0

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

Scan your dependencies

0.3.0

Added
* Support for HTTP timeouts

0.2.0

Fixed
* `HTTPResponse.ok` is now a property as was planned originally

Added
* `http.HTTPError` exception
* `HTTPResponse.raise_for_status` method
* `API.__str__` method

Changed
* Split `http.base` module into separate modules like `response.py` and `errors.py`
* HTTP exceptions are now importable as `http.errors`

0.1.3

Added
* `http.auth` module. Support for Basic auth
* `params` argument for the `HTTPClient.request` to simplify query parameters usage
* `cert` argument for the `HTTPClient.request` to allow client side certificates

0.1.2

Added
* `http.fake_client` module

0.1.1

Added
* `http.requests_client` module

0.1.0

Added
* Initial version

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.