Skip to content

Instantly share code, notes, and snippets.

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 AntonSmolkov/73c02ac5f2c9336607758b0ea4a0ccb4 to your computer and use it in GitHub Desktop.
Save AntonSmolkov/73c02ac5f2c9336607758b0ea4a0ccb4 to your computer and use it in GitHub Desktop.
Sample curl gzip http post
echo '{"mydummy": "json"}' | gzip | curl -i --data-binary @- -H "Content-Encoding: gzip" http://localhost:8041
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment