Hyper

Latest version: v0.7.0

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

Scan your dependencies

Page 2 of 3

0.3.1

------------------

*Bugfixes*

- Fix blocking ``ImportError``. (`Issue 114`_)

.. _Issue 114: https://github.com/Lukasa/hyper/issues/114

0.3.0

------------------

*New Features*

- HTTP/1.1 support! See the documentation for more. (`Issue 75`_)
- Implementation of a ``HTTPHeaderMap`` data structure that provides dictionary
style lookups while retaining all the semantic information of HTTP headers.

*Major Changes*

- Various changes in the HTTP/2 APIs:

- The ``getheader``, ``getheaders``, ``gettrailer``, and ``gettrailers``
methods on the response object have been removed, replaced instead with
simple ``.headers`` and ``.trailers`` properties that contain
``HTTPHeaderMap`` structures.
- Headers and trailers are now bytestrings, rather than unicode strings.
- An ``iter_chunked()`` method was added to response objects that allows
iterating over data in units of individual data frames.
- Changed the name of ``getresponse()`` to ``get_response()``, because
``getresponse()`` was a terrible name forced upon me by httplib.

.. _Issue 75: https://github.com/Lukasa/hyper/issues/75

0.2.2

------------------

*Bugfixes*

- Hyper now correctly handles 'never indexed' header fields. (`Issue 110`_)

.. _Issue 110: https://github.com/Lukasa/hyper/issues/110

0.2.1

------------------

*New Features*

- There is now a `hyper` command-line client that supports making HTTP/2
requests directly from the command-line.

*Major Changes*

- Support for the final drafts of HTTP/2 and HPACK. Updated to offer the 'h2'
ALPN token.

*Minor Changes*

- We not only remove the Connection header but all headers it refers to.

0.2.0

------------------

*Major Changes*

- Python 2.7.9 is now fully supported.

0.1.2

------------------

*Minor Changes*

- We now remove the ``Connection`` header if it's given to us, as that header
is not valid in HTTP/2.

*Bugfixes*

- Adds workaround for HTTPie to make our responses look more like urllib3
responses.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.