mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
missed one
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ All request functions return a Response object (see below).
|
||||
PUT Requests
|
||||
>>> request.put(url, data='', headers={}, auth=None)
|
||||
|
||||
PST Requests
|
||||
POST Requests
|
||||
>>> request.post(url, data={}, headers={}, auth=None)
|
||||
|
||||
DELETE Requests
|
||||
|
||||
Reference in New Issue
Block a user