hurl/integration/tests_ok/option_compressed.curl

22 lines
1.1 KiB
Plaintext

curl --compressed 'http://localhost:8000/compressed/none'
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'
# 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'