diff --git a/README.md b/README.md index cdf6efb0..93c69244 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ by Kenneth Reitz & is secured by The Requests is an elegant and simple HTTP library for Python, built with ♥.
++ ```pycon >>> import requests >>> r = requests.get('https://api.github.com/user', auth=('user', 'pass'))