Module

x/abc/_http_method.ts

A better Deno framework to create web application.
Latest
File
export const Get = "GET", Head = "HEAD", Post = "POST", Put = "PUT", Patch = "PATCH", Delete = "DELETE", Connect = "CONNECT", Options = "OPTIONS", Trace = "TRACE";