HttpMethod
TypeHTTP 方法
Signature
type HttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' | 'HEAD'Source
packages/http/src/core/types.ts:2
HTTP 方法
type HttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' | 'HEAD'packages/http/src/core/types.ts:2