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.