2
0
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:
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' | 'post' | 'POST'
| 'put' | 'PUT' | 'put' | 'PUT'
| 'patch' | 'PATCH' | 'patch' | 'PATCH'
| 'purge' | 'PURGE'
| 'link' | 'LINK' | 'link' | 'LINK'
| 'unlink' | 'UNLINK' | 'unlink' | 'UNLINK'