diff --git a/README.rst b/README.rst index 7555e0c3..1ecc3f65 100644 --- a/README.rst +++ b/README.rst @@ -181,6 +181,13 @@ between requests to the same host: $ http --session=logged-in httpbin.org/headers + +Set a custom ``Host`` header to work around missing DNS records: + +.. code-block:: bash + + $ http localhost:8000 Host:example.com + .. --------