跳转到内容
简体中文

HttpMethod

此内容尚不支持你的语言。

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

Defined in: src/http/types.ts:7

Shared HTTP types. Kept small and backend-agnostic: the Route DSL works only with these shapes, and the different backends (Fastify, BunServe, Express) translate to/from their native APIs.