inspec/test
Keith Walters c2bd0616fe Allow http resource to follow redirects
By specifying a `max_redirects` attribute, the `http` resource worker
will follow any HTTP Redirect response (301, 302, etc...) up to the
limit defined by this attribute. For a local worker, exceeding that
limit will raise a `FaradayMiddleware::RedirectLimitReached` exception.
For a remote worker, the curl command will exit without populating the
`status` and `body` properties.

Signed-off-by: Keith Walters <keith.walters@cattywamp.us>
2019-03-16 20:54:52 -04:00
..
cookbooks/os_prepare Add comment regarding the postgresql pin 2019-02-14 14:02:06 -08:00
functional Implement credential set loading 2019-02-27 15:14:27 -05:00
integration Merge pull request #3814 from inspec/tas50/kitchen 2019-02-27 14:43:21 -05:00
unit Allow http resource to follow redirects 2019-03-16 20:54:52 -04:00
docker_run.rb Doc typo fix (#3551) 2018-11-05 09:11:23 -05:00
docker_test.rb Load all dependent libraries, even if include_context isn't called 2016-09-04 20:55:20 +02:00
helper.rb Allow http resource to follow redirects 2019-03-16 20:54:52 -04:00