mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Update README.md
This commit is contained in:
@@ -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> </p>
|
||||
|
||||
```pycon
|
||||
>>> import requests
|
||||
>>> r = requests.get('https://api.github.com/user', auth=('user', 'pass'))
|
||||
|
||||
Reference in New Issue
Block a user