Skip to content

Variable: ResourcefulHttpMethod

ts
const ResourcefulHttpMethod: readonly [
  "get",
  "post",
  "put",
  "patch",
  "head",
  "delete",
];