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