Skip to content

Instantly share code, notes, and snippets.

@maurodoglio
Created August 11, 2015 09:21
Show Gist options
  • Save maurodoglio/e5be29721a8166fc2cfa to your computer and use it in GitHub Desktop.
Save maurodoglio/e5be29721a8166fc2cfa to your computer and use it in GitHub Desktop.
req = Request(method, uri, json=data, auth=auth)
prepped_request = req.prepare()
print prepped_request.url
print prepped_request.headers
print prepped_request.text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment