UNPKG

uspring

Version:

A very fast Webserver which has interface like springboot

11 lines (10 loc) 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Type; (function (Type) { Type["PARAMS"] = "params"; Type["RESPONSE"] = "response"; Type["BODY"] = "body"; Type["QUERY"] = "query"; Type["HEADERS"] = "headers"; })(Type = exports.Type || (exports.Type = {}));