first commit
This commit is contained in:
15
grafana/dashboards/requests/node_modules/http-basic/lib/HttpVerb.js.flow
generated
vendored
Normal file
15
grafana/dashboards/requests/node_modules/http-basic/lib/HttpVerb.js.flow
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
// @flow
|
||||
// Generated using flowgen2
|
||||
|
||||
type HttpVerb =
|
||||
| 'GET'
|
||||
| 'HEAD'
|
||||
| 'POST'
|
||||
| 'PUT'
|
||||
| 'DELETE'
|
||||
| 'CONNECT'
|
||||
| 'OPTIONS'
|
||||
| 'TRACE'
|
||||
| 'PATCH';
|
||||
|
||||
export type {HttpVerb};
|
||||
Reference in New Issue
Block a user