mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-23 19:12:06 +03:00
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
curl 'http://localhost:8000/compressed/none' --compressed
|
|
curl 'http://localhost:8000/compressed/none'
|
|
curl 'http://localhost:8000/compressed/none' --compressed
|
|
curl 'http://localhost:8000/compressed/none' --compressed
|
|
curl 'http://localhost:8000/compressed/none' --compressed
|
|
curl 'http://localhost:8000/compressed/gzip' --compressed
|
|
curl 'http://localhost:8000/compressed/gzip' --compressed
|
|
curl 'http://localhost:8000/compressed/gzip' --compressed
|
|
curl 'http://localhost:8000/compressed/gzip' --compressed
|
|
curl 'http://localhost:8000/compressed/zlib' --compressed
|
|
curl 'http://localhost:8000/compressed/zlib' --compressed
|
|
curl 'http://localhost:8000/compressed/zlib' --compressed
|
|
curl 'http://localhost:8000/compressed/zlib' --compressed
|
|
# curl needs to be built with brotli support
|
|
curl 'http://localhost:8000/compressed/brotli' --compressed
|
|
curl 'http://localhost:8000/compressed/brotli' --compressed
|
|
curl 'http://localhost:8000/compressed/brotli' --compressed
|
|
curl 'http://localhost:8000/compressed/brotli' --compressed
|
|
curl 'http://localhost:8000/compressed/brotli_large' --compressed
|
|
curl 'http://localhost:8000/compressed/brotli_identity' --compressed
|
|
|