Skip to content

Instantly share code, notes, and snippets.

@eskilandreen
Created March 22, 2016 16:12
Show Gist options
  • Save eskilandreen/e3b39dd73c6ddcaabd6e to your computer and use it in GitHub Desktop.
Save eskilandreen/e3b39dd73c6ddcaabd6e to your computer and use it in GitHub Desktop.
>>> import requests
>>> data = {'user_id': 7, 'name': 'Burny Shawrk', 'email': 'burny@example.com'}
>>> requests.post('http://my.service/users', json=data, timeout=5)
Traceback (most recent call last):
requests.exceptions.ConnectTimeout: bla bla bla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment