mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Allow PURGE method in typings (#2191)
Co-authored-by: Xianming Zhong <chinesedfan@qq.com>
This commit is contained in:
Vendored
+1
@@ -29,6 +29,7 @@ export type Method =
|
|||||||
| 'post' | 'POST'
|
| 'post' | 'POST'
|
||||||
| 'put' | 'PUT'
|
| 'put' | 'PUT'
|
||||||
| 'patch' | 'PATCH'
|
| 'patch' | 'PATCH'
|
||||||
|
| 'purge' | 'PURGE'
|
||||||
| 'link' | 'LINK'
|
| 'link' | 'LINK'
|
||||||
| 'unlink' | 'UNLINK'
|
| 'unlink' | 'UNLINK'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user