curl 

Send to Kindle
home » snippets » curl



Snippets

# -L: Follow redirects
curl -L -O 'http://downloads.sourceforge.net/project/tmux/tmux/tmux-1.8/tmux-1.8.tar.gz'

# Make JSON POST request
curl -H 'content-type:application/json' -d '{"name": "alice"}' http://localhost:8000/hello.hello