Skip to content

Instantly share code, notes, and snippets.

@quapka
Created October 9, 2014 08:37
Show Gist options
  • Save quapka/2fbdde56d86c55c4a687 to your computer and use it in GitHub Desktop.
Save quapka/2fbdde56d86c55c4a687 to your computer and use it in GitHub Desktop.
import requests
import json
data = json.dumps({'Name':'Jan'})
requests.post('http://www.math-in-python.com', data=data, headers={'Content-Type':'application/json'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment