Skip to main content
Version: 0.24

Type Alias: HttpMethod

HttpMethod = "ALL" | "GET" | "POST" | "PUT" | "DELETE"

HTTP methods supported by an Api.

Use "ALL" to match any method.