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";export const HEAD = "HEAD";export const NONPAGE = "NONPAGE";export const EXPIRY_SECONDS = 5;export const TIMEOUT = 40;export const CACHE = "__CACHE__";