Skip to content

Commit

Permalink
refactor(docs): add mock engine note
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Dec 18, 2016
1 parent 3d526ef commit aef3b67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,15 @@ Features
Supported HTTP clients
----------------------

``pook`` can be work with multiple mock engines, however it provides a built-in
one which supports the following HTTP clients:

- ✔ `urllib3`_ / `requests`_
- ✔ `aiohttp`_
- ✔ `urllib`_ / `http.client`_
- ✘ `pycurl`_ (see `#16`_)

New HTTP clients can be supported in the future. PRs are welcome too.
More HTTP clients can be supported progressively.

**Note**: only recent HTTP client package versions were tested.

Expand Down

0 comments on commit aef3b67

Please sign in to comment.