Skip to main content
Module

x/fastro/server/constant.ts

Fast and simple web application framework for deno
Go to Latest
File
export const GET = "GET";export const POST = "POST";export const PUT = "PUT";export const DELETE = "DELETE";export const OPTIONS = "OPTIONS";export const PATCH = "PATCH";