MandarineMvc.HttpMethods
import { MandarineMvc } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mvc-framework/mandarine-mvc.ns.ts";
const { HttpMethods } = MandarineMvc;
Contains all the HTTP Methods available.
enum HttpMethods { }
GET,
POST,
PUT,
HEAD,
DELETE,
PATCH,
OPTIONS,