inspec/test/unit/mock
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
..
cmd Allow http resource to follow redirects 2019-03-16 20:54:52 -04:00
config_dirs Implement credential set loading 2019-02-27 15:14:27 -05:00
files nginx_conf resource: Fix include paths with quotes (#2726) 2018-05-03 09:53:20 -04:00
plugins UI Object for for CLI work (#3618) 2018-12-12 11:44:16 -05:00
profiles Merge pull request #3811 from inspec/cw/attrs-rename-classes-methods 2019-02-25 18:02:11 -05:00
reporters Add support for multiple descriptions for controls (#3424) 2018-09-26 13:28:57 -04:00