From dc1526f85d7b55d7f2005c0a8cd8eacf47d77a5c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 04:55:34 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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'))