From 63b61bc81186934636e38726cefd7a09cb1315e0 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Mon, 20 May 2013 15:31:02 +0200 Subject: [PATCH] Add custom Host example. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 + .. --------