Merge pull request #1 from kennethreitz/master

Updating my fork with the original
This commit is contained in:
zurbrugc
2019-05-14 11:21:30 -07:00
committed by GitHub
+1
View File
@@ -16,6 +16,7 @@ consumption.
Behold, the power of Requests:
``` {.sourceCode .python}
>>> import requests
>>> r = requests.get('https://api.github.com/user', auth=('user', 'pass'))
>>> r.status_code
200