diff --git a/docs/test.rst b/docs/test.rst index 918b6035c..eb0130b3d 100644 --- a/docs/test.rst +++ b/docs/test.rst @@ -146,17 +146,26 @@ Testing API .. autoclass:: Client - .. automethod:: open(options) + .. automethod:: open - .. automethod:: get(options) + Shortcut methods are available for many HTTP methods: - .. automethod:: post(options) + .. automethod:: get - .. automethod:: put(options) + .. automethod:: patch - .. automethod:: delete(options) + .. automethod:: post + + .. automethod:: head + + .. automethod:: put + + .. automethod:: delete + + .. automethod:: options + + .. automethod:: trace - .. automethod:: head(options) .. autofunction:: create_environ([options])