Files
Octopus/grafana/dashboards/requests/node_modules/http-basic/lib/HttpVerb.d.ts
2026-04-09 13:05:27 +02:00

3 lines
135 B
TypeScript

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