Type Alias: HttpMethod
HttpMethod =
"ALL"|"GET"|"POST"|"PUT"|"DELETE"
HTTP methods supported by an Api.
Use "ALL" to match any method.
HttpMethod =
"ALL"|"GET"|"POST"|"PUT"|"DELETE"
HTTP methods supported by an Api.
Use "ALL" to match any method.