Add custom Host example.

This commit is contained in:
Jakub Roztocil 2013-05-20 15:31:02 +02:00
parent 5af88756a6
commit 63b61bc811

View File

@ -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
..
--------