Skip to content

Instantly share code, notes, and snippets.

@etale-cohomology
Last active October 21, 2021 00:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etale-cohomology/8228891747a04ca905d4af3adb10f9df to your computer and use it in GitHub Desktop.
Save etale-cohomology/8228891747a04ca905d4af3adb10f9df to your computer and use it in GitHub Desktop.
The 'Accept-Encoding' HTTP request header can be used to tell the HTTP server you want compressed data. The server responds with a `Content-Encoding` header.
curl https://api.binance.com/api/v3/exchangeInfo --header 'Accept-Encoding: gzip, deflate' | gunzip -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment