Httpy

Latest version: v2.1.2

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

Scan your dependencies

Page 2 of 5

2.0.0

_This update **adds new features**. Please read the description below for further details._

Added HTTP/2 support. The HTTP version is negotiated using ALPN, so you don't have to make any adjustments to your code unless you specifically want to use HTTP/1.1. Consult the documentation for more information.

Asynchronous requests added.
Sessions added.
Debugger fixed.

What's Changed
* 2.0 finished by jenca-adam in https://github.com/jenca-adam/httpy/pull/1


**Full Changelog**: https://github.com/jenca-adam/httpy/compare/v1.8.2...v2.0.0

1.8.2

_This update **adds new features**. Please read the description for more details_

Things that are new:

- `force_keep_alive` attribute of `request()` added. If set to `False`, HTTPy will retry request upon connection in keep-alive mode being closed.


v1.8.1-fixed

1.8.1

:bug:_This update is a **bugfix**. That means that no changes to the API took place._
Fixed documentation on httpy.readthedocs.io as it was not rendering the Sphinx autodoc properly.
Things that are new:
- Removed setting `context.post_handshake_auth`, as I don't intend to implement it in the future, and it caused the required Python version rise from 3.6 to 3.8

1.8.0

:bug: _This release is a **bugfix**. That means that no changes to the API took place._
Fixed bugs regarding Expires header.
Things that are new:

- Ignoring wrong Expires header format since it is not always correct
- Fixed datatype errors when checking searching for expires property in the cache file
-

1.7.0

_:new: This release adds **new features**. You should read this thoroughly as it might affect your experience with HTTPy_
Added non-blocking requests.

Things that are new:

- `blocking` argument of `request`
- `PendingRequest` class

1.6.2

**:bug: This release is a _bugfix_**
Fixed bugs regarding the debugging tool.

v.1.6.1

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.