6 ms·
Why is there no support for compression? $ URL=https://herman.bearblog.dev/ $ curl -v -H 'Accept-Encoding: deflate, gzip, br, zstd' $URL 2>&1 | grep --text
by gforce_de 1y ago
Why is there no support for compression?
$ URL=https://herman.bearblog.dev/
$ curl -v -H 'Accept-Encoding: deflate, gzip, br, zstd' $URL 2>&1 | grep --text ^'< Content-Encoding:\|< Content-Length:\|> Accept-Encoding:'
> Accept-Encoding: deflate, gzip, br, zstd
...