From b7de58ff2c471ccba4fcc256de0f4758b1d79edd Mon Sep 17 00:00:00 2001 From: Christoph Hack Date: Thu, 31 Mar 2016 11:59:51 +0200 Subject: [PATCH] added http headers example to the README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5bd0278..041ff29 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ modules: http: valid_status_codes: [] # Defaults to 2xx method: GET + headers: + Host: vhost.example.com + Accept-Language: en-US no_follow_redirects: false fail_if_ssl: false fail_if_not_ssl: false -- 2.25.1