xuxiaobo-bobo 842b34b5ca 0218
2024-02-18 15:40:48 +08:00

3 lines
135 B
TypeScript

declare type HttpVerb = ('GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'TRACE' | 'PATCH');
export { HttpVerb };