Variable HTTP_METHODSConst

HTTP_METHODS: {
    delete: "delete";
    get: "get";
    head: "head";
    options: "options";
    patch: "patch";
    post: "post";
    put: "put";
} = ...

Type declaration

  • Readonly delete: "delete"
  • Readonly get: "get"
  • Readonly head: "head"
  • Readonly options: "options"
  • Readonly patch: "patch"
  • Readonly post: "post"
  • Readonly put: "put"

Generated using TypeDoc