Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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,
}

§Members

§
HttpMethods.DELETE
[src]
§
HttpMethods.GET
[src]
§
HttpMethods.OPTIONS
[src]
§
HttpMethods.PATCH
[src]
§
HttpMethods.POST
[src]
§
HttpMethods.PUT
[src]