request update

This commit is contained in:
Kenneth Reitz
2011-02-14 01:45:52 -05:00
parent 1b88561476
commit a42c003cdc
+2 -3
View File
@@ -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)