File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments