Skip to content

Commit

Permalink
Merge pull request #606 from untitaker/issue605
Browse files Browse the repository at this point in the history
Fix #605
  • Loading branch information
untitaker committed Sep 29, 2014
2 parents b0c1960 + f20faa1 commit 68e98d3
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions docs/test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 68e98d3

Please sign in to comment.