Skip to content

Commit

Permalink
Update docs for no-follow-redirects feature
Browse files Browse the repository at this point in the history
  • Loading branch information
aelsabbahy committed Dec 5, 2016
1 parent 5b7b703 commit fc54b49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,15 +493,14 @@ group:
### http
Validates HTTP response status code and content.

**NOTE:** Goss will automatically follow redirects

```yaml
http:
https://www.google.com:
# required attributes
status: 200
# optional attributes
allow-insecure: false
no-follow-redirects: false # Setting this to true will NOT follow redirects
timeout: 1000
body: [] # Check http response content for these patterns
```
Expand Down

0 comments on commit fc54b49

Please sign in to comment.