hurl/integration/tests_ok/option_compressed.curl

22 lines
1.1 KiB
Plaintext
Raw Normal View History

curl --compressed 'http://localhost:8000/compressed/none'
2022-08-18 21:28:08 +03:00
curl 'http://localhost:8000/compressed/none'
curl --compressed 'http://localhost:8000/compressed/none'
curl --compressed 'http://localhost:8000/compressed/none'
curl --compressed 'http://localhost:8000/compressed/none'
curl --compressed 'http://localhost:8000/compressed/gzip'
curl --compressed 'http://localhost:8000/compressed/gzip'
curl --compressed 'http://localhost:8000/compressed/gzip'
curl --compressed 'http://localhost:8000/compressed/gzip'
curl --compressed 'http://localhost:8000/compressed/zlib'
curl --compressed 'http://localhost:8000/compressed/zlib'
curl --compressed 'http://localhost:8000/compressed/zlib'
curl --compressed 'http://localhost:8000/compressed/zlib'
2022-08-18 21:28:08 +03:00
# curl needs to be built with brotli support
curl --compressed 'http://localhost:8000/compressed/brotli'
curl --compressed 'http://localhost:8000/compressed/brotli'
curl --compressed 'http://localhost:8000/compressed/brotli'
curl --compressed 'http://localhost:8000/compressed/brotli'
curl --compressed 'http://localhost:8000/compressed/brotli_large'
curl --compressed 'http://localhost:8000/compressed/brotli_identity'
2022-08-18 21:28:08 +03:00