UNPKG

tezx

Version:

TezX is a modern, ultra-lightweight, and high-performance JavaScript framework built specifically for Bun. It provides a minimal yet powerful API, seamless environment management, and a high-concurrency HTTP engine for building fast, scalable web applicat

16 lines (15 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.httpMethod = void 0; exports.httpMethod = [ "GET", "POST", "PUT", "DELETE", "OPTIONS", "PATCH", "HEAD", "ALL", "TRACE", "CONNECT", ];