Skip to content

Instantly share code, notes, and snippets.

@etelford
Forked from chyld/httpie usage
Created January 19, 2016 05:01
Show Gist options
  • Save etelford/8cbd215086c476ea8791 to your computer and use it in GitHub Desktop.
Save etelford/8cbd215086c476ea8791 to your computer and use it in GitHub Desktop.
https://github.com/jakubroztocil/httpie
export FIRE='Authorization:Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI'
http -v PUT :8000/profile "$FIRE" email=bob@aol.com avatar=http://google.com age=33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment