The original article : Doing CHACHA and Brotli with Apache 2.4 on Windows.
元記事:Win 版の Apache 2.4 で CHACHA と Brotli を使う話。

>curl.exe-k -O https://test.o6asan.com/test1.html
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   261  100   261    0     0   3346      0 --:--:-- --:--:-- --:--:--  3346

>curl.exe -k -H "Accept-Encoding:gzip" -O https://test.o6asan.com/test1.html
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   204  100   204    0     0   2615      0 --:--:-- --:--:-- --:--:--  2615

>curl.exe -k -H "Accept-Encoding:br" -O https://test.o6asan.com/test1.html
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   147  100   147    0     0   1884      0 --:--:-- --:--:-- --:--:--  1884




>curl.exe -k -O https://test.o6asan.com/test2.html
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 90304  100 90304    0     0   938k      0 --:--:-- --:--:-- --:--:--  938k

>curl.exe -k -H "Accept-Encoding:gzip" -O https://test.o6asan.com/test2.html
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  9536  100  9536    0     0    99k      0 --:--:-- --:--:-- --:--:--   99k

>curl.exe -k -H "Accept-Encoding:br" -O https://test.o6asan.com/test2.html
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  8369  100  8369    0     0  89031      0 --:--:-- --:--:-- --:--:-- 89031