Skip to content

jin-frame / interfaces/options/Method / Method

Type Alias: Method

Method = "get" | "GET" | "delete" | "DELETE" | "head" | "HEAD" | "options" | "OPTIONS" | "post" | "POST" | "put" | "PUT" | "patch" | "PATCH" | "purge" | "PURGE" | "link" | "LINK" | "unlink" | "UNLINK" | "SEARCH" | "search"

Defined in: packages/jin-frame/src/interfaces/options/Method.ts:1