Skip to content

HttpMethod

HttpMethod = "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD" | "OPTIONS"

Defined in: src/core/types.ts:172

HTTP methods supported by gateway route registration.