Musique/node_modules/@derhuerst/http-basic/lib/HttpVerb.d.ts

3 lines
135 B
TypeScript
Raw Normal View History

2021-12-04 19:00:33 +00:00
declare type HttpVerb = ('GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'TRACE' | 'PATCH');
export { HttpVerb };