Httpretty

Latest version: v1.1.4

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

Scan your dependencies

Page 3 of 4

0.6.2

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

- Fixing bug of lack of trailing slashes
`73 <https://github.com/gabrielfalcao/HTTPretty/issues/73>`__
- Applied pull requests
`71 <https://github.com/gabrielfalcao/HTTPretty/pull/71>`__ and
`72 <https://github.com/gabrielfalcao/HTTPretty/pull/72>`__ by
andresriancho
- Keyword arg coercion fix by dupuy
- papaeye fixed content-length calculation.

0.6.1

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

- New API, no more camel case and everything is available through a
simple import:

.. code:: python

import httpretty

httpretty.activate
def test_function():
httpretty.register_uri(...)
make request...
pass

- Re-organized module into submodules

0.5.14

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

- Delegate calls to other methods on socket

- `Normalized
header <https://github.com/gabrielfalcao/HTTPretty/pull/49>`__
strings

- Callbacks are `more intelligent
now <https://github.com/gabrielfalcao/HTTPretty/pull/47>`__

- Normalize urls matching for url quoting

0.5.12

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

- HTTPretty doesn't hang when using other application protocols under a
httprettified decorated test.

0.5.11

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

- Ability to know whether HTTPretty is or not enabled through
``httpretty.is_enabled()``

0.5.10

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

- Support to multiple methods per registered URL. Thanks hughsaunders

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.