HttpMethod
Type Alias: HttpMethod
Section titled “Type Alias: HttpMethod”HttpMethod =
"GET"|"POST"|"PUT"|"PATCH"|"DELETE"|"HEAD"|"OPTIONS"
Defined in: packages/fetch-kit/src/types.ts:10
HTTP methods supported by the client.
HttpMethod =
"GET"|"POST"|"PUT"|"PATCH"|"DELETE"|"HEAD"|"OPTIONS"
Defined in: packages/fetch-kit/src/types.ts:10
HTTP methods supported by the client.