Skip to content

Instantly share code, notes, and snippets.

@jamesvulling
Created September 8, 2017 01:49
Show Gist options
  • Save jamesvulling/b6129cd33bafb02af6fa6cf7a8e12c3d to your computer and use it in GitHub Desktop.
Save jamesvulling/b6129cd33bafb02af6fa6cf7a8e12c3d to your computer and use it in GitHub Desktop.
Check for gzip compression
#!/bin/bash
curl https://www.amazon.com --silent --write-out "%{size_download}\n" --output /dev/null
curl https://www.amazon.com --silent --write-out "%{size_download}\n" --output /dev/null -H "Accept-Encoding: gzip,deflate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment