Appearance
covenix / HttpMethod
HttpMethod = "get" | "post" | "put" | "patch" | "delete"
"get"
"post"
"put"
"patch"
"delete"
Defined in: src/metadata.ts:6
HTTP methods covenix routes can be mapped to.