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:
@@ -31,10 +31,6 @@ by <a href="https://kennethreitz.org/">Kenneth Reitz</a> & The <a href="https://
|
||||
|
||||
**Requests** is an elegant and simple HTTP library for Python, built for human beings.
|
||||
|
||||
[](https://pepy.tech/project/requests)
|
||||
[](https://pypi.org/project/requests/)
|
||||
[](https://github.com/psf/requests/graphs/contributors)
|
||||
|
||||
|
||||
Behold, the power of Requests:
|
||||
|
||||
@@ -52,8 +48,10 @@ u'{"type":"User"...'
|
||||
>>> r.json()
|
||||
{u'disk_usage': 368627, u'private_gists': 484, ...}
|
||||
```
|
||||
[](https://pepy.tech/project/requests)
|
||||
[](https://pypi.org/project/requests/)
|
||||
[](https://github.com/psf/requests/graphs/contributors)
|
||||
|
||||
See [the similar code, sans Requests](https://gist.github.com/973705).
|
||||
|
||||
---------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user