We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a8dc0 commit fc31847Copy full SHA for fc31847
1 file changed
.travis.yml
@@ -36,7 +36,7 @@ script:
36
- ./httpstat -H Accept:\ application/vnd.heroku+json\;\ version=3 https://api.heroku.com/schema
37
- ./httpstat -O http://example.com/file && stat file
38
- ./httpstat -o custom http://example.com/file && stat custom
39
- - ./httpstat -O http://httpbin.org/response-headers?Content-Disposition=attachment%3B%20filename%3dtest.json && stat test.json
+ - ./httpstat -O https://httpbin.org/response-headers?Content-Disposition=attachment%3B%20filename%3dtest.json && stat test.json
40
- ./httpstat google.com
41
- ./httpstat google.com:80
42
- ./httpstat google.com:443
0 commit comments