Update README.md

This commit is contained in:
2019-09-18 04:55:34 -04:00
committed by GitHub
parent c21c039ec8
commit dc1526f85d
+2
View File
@@ -29,6 +29,8 @@ by <a href="https://kennethreitz.org/">Kenneth Reitz</a> & is secured by The <a
<p align="center"><strong>Requests</strong> is an elegant and simple HTTP library for Python, built with ♥.</p>
<p>&nbsp;</p>
```pycon
>>> import requests
>>> r = requests.get('https://api.github.com/user', auth=('user', 'pass'))