Type Alias: HttpMethod
type HttpMethod =
| "DELETE"
| "GET"
| "HEAD"
| "POST"
| "PUT";
Defined in: shared/types.ts:143
HTTP method types supported by the app.
Remarksโ
Used for HTTP monitor configurations and requests.
type HttpMethod =
| "DELETE"
| "GET"
| "HEAD"
| "POST"
| "PUT";
Defined in: shared/types.ts:143
HTTP method types supported by the app.
Used for HTTP monitor configurations and requests.