Files
deb-python-httpretty/docs/source/acks.rst
2015-12-13 07:41:35 -02:00

752 B

Acknowledgements ###############

caveats

forcing_headers + Content-Length

if you use the forcing_headers options make sure to add the header Content-Length otherwise the [requests](http://docs.python-requests.org/en/latest/) will try to load the response endlessly

supported libraries

Because HTTPretty works in the socket level it should work with any HTTP client libraries, although it is battle tested against: