parent
ed6c6d7eef
commit
ceab4d5ed6
3 changed files with 4 additions and 0 deletions
|
|
@ -505,6 +505,7 @@ class Request:
|
|||
|
||||
|
||||
HEADRequest = functools.partial(Request, method='HEAD')
|
||||
PATCHRequest = functools.partial(Request, method='PATCH')
|
||||
PUTRequest = functools.partial(Request, method='PUT')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue