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