mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
request update
This commit is contained in:
+2
-3
@@ -107,10 +107,9 @@ All request functions return a Response object (see below).
|
||||
|
||||
**HTTP Authentication Registry:**
|
||||
|
||||
You can add
|
||||
You can register AuthObjects to automatically enable HTTP Authentication on requests that contain a registered base URL string.
|
||||
|
||||
|
||||
>>> requests.
|
||||
>>> requests.add_autoauth(url, authobject)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user