Skip to content

Commit 4275922

Browse files
committed
README.md: add reference to the blocking http documentations
1 parent 5c6e0f8 commit 4275922

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,12 @@ Similar to requests, you can fine-tune what response you want to send:
102102

103103
#### Behave support
104104

105-
Using the `BlockingHTTPServer` class, the assertion for a request and the response can be performed in real order.
106-
For more info, see the [test](tests/test_blocking_httpserver.py) and the API documentation.
105+
Using the `BlockingHTTPServer` class, the assertion for a request and the
106+
response can be performed in real order. For more info, see the
107+
[test](tests/test_blocking_httpserver.py), the
108+
[howto](https://pytest-httpserver.readthedocs.io/en/latest/howto.html#running-httpserver-in-blocking-mode)
109+
and the [API
110+
documentation](https://pytest-httpserver.readthedocs.io/en/latest/api.html#blockinghttpserver).
107111

108112

109113
### Missing features

0 commit comments

Comments
 (0)