summaryrefslogtreecommitdiff
path: root/docs/source/acks.rst
diff options
context:
space:
mode:
authorGabriel Falcão (he/him/his) <gabriel.falcao@nytimes.com>2021-05-13 01:59:02 +0200
committerGabriel Falcão (he/him/his) <gabriel.falcao@nytimes.com>2021-05-13 01:59:02 +0200
commit294daffc7ff234c66aa03d2b70ed515c33de8c33 (patch)
tree698ce62d3455dc0e5631a99e111807a417d69cdd /docs/source/acks.rst
parent10109976d29a39950056b765dec548d53ab53caa (diff)
downloadhttpretty-388-failed-url.tar.gz
update docs388-failed-url
Diffstat (limited to 'docs/source/acks.rst')
-rw-r--r--docs/source/acks.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/acks.rst b/docs/source/acks.rst
index ceffe06..036b795 100644
--- a/docs/source/acks.rst
+++ b/docs/source/acks.rst
@@ -1,7 +1,7 @@
Acknowledgements
################
-caveats
+Caveats
=======
``forcing_headers`` + ``Content-Length``
@@ -11,7 +11,7 @@ When using the ``forcing_headers`` option make sure to add the header
``Content-Length`` otherwise calls using :py:mod:`requests` will try
to load the response endlessly.
-supported libraries
+Supported Libraries
-------------------
Because HTTPretty works in the socket level it should work with any HTTP client libraries, although it is `battle tested <https://github.com/gabrielfalcao/HTTPretty/tree/master/tests/functional>`_ against: