2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

Allow PURGE method in typings (#2191)

Co-authored-by: Xianming Zhong <chinesedfan@qq.com>
This commit is contained in:
Motonori Iwata
2020-03-07 15:45:25 +09:00
committed by GitHub
parent c98ce7d464
commit 5189afff38
Vendored
+1
View File
@@ -29,6 +29,7 @@ export type Method =
| 'post' | 'POST'
| 'put' | 'PUT'
| 'patch' | 'PATCH'
| 'purge' | 'PURGE'
| 'link' | 'LINK'
| 'unlink' | 'UNLINK'