Skip to content

Commit fc54b49

Browse files
committed
Update docs for no-follow-redirects feature
1 parent 5b7b703 commit fc54b49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/manual.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -493,15 +493,14 @@ group:
493493
### http
494494
Validates HTTP response status code and content.
495495

496-
**NOTE:** Goss will automatically follow redirects
497-
498496
```yaml
499497
http:
500498
https://www.google.com:
501499
# required attributes
502500
status: 200
503501
# optional attributes
504502
allow-insecure: false
503+
no-follow-redirects: false # Setting this to true will NOT follow redirects
505504
timeout: 1000
506505
body: [] # Check http response content for these patterns
507506
```

0 commit comments

Comments
 (0)