type alias HttpMethod
Since 0.1.0

HTTP request methods supported by the router.

Definition

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

Usage

import { type HttpMethod } from "common/src/index.ts";