Deployed b04e21b with MkDocs version: 1.0.4

This commit is contained in:
debugtalk
2019-11-03 18:51:09 +08:00
parent 4b7c068d00
commit eacf448676
9 changed files with 247 additions and 23 deletions

30
api.rst Normal file
View File

@@ -0,0 +1,30 @@
.. _api:
Developer Interface
===================
.. module:: httprunner
This part of the documentation covers all the interfaces of HttpRunner.
Main Interface
--------------
All of HttpRunner' functionality can be accessed by these 7 methods.
They all return an instance of the :class:`Response <Response>` object.
.. autofunction:: request
Exceptions
----------
.. autoexception:: httprunner.exceptions.ValidationFailure
.. autoexception:: requests.ConnectionError
.. autoexception:: requests.HTTPError
.. autoexception:: requests.URLRequired
.. autoexception:: requests.TooManyRedirects
.. autoexception:: requests.ConnectTimeout
.. autoexception:: requests.ReadTimeout
.. autoexception:: requests.Timeout