Documentation / zerotal / client / HttpMethod
Type Alias: HttpMethod
HttpMethod =
"GET"|"POST"|"PUT"|"PATCH"|"DELETE"
Defined in: packages/client/src/types.ts:29
HTTP verbs used as route-key prefixes.
Documentation / zerotal / client / HttpMethod
HttpMethod =
"GET"|"POST"|"PUT"|"PATCH"|"DELETE"
Defined in: packages/client/src/types.ts:29
HTTP verbs used as route-key prefixes.
On this page