Skip to content

covenix / HttpMethod

Type Alias: HttpMethod

HttpMethod = "get" | "post" | "put" | "patch" | "delete"

Defined in: src/metadata.ts:6

HTTP methods covenix routes can be mapped to.