rexuws
Version:
An express-like framework built on top of uWebsocket.js aims at simple codebase and high performance
18 lines (17 loc) • 563 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HttpMethod = void 0;
var HttpMethod;
(function (HttpMethod) {
HttpMethod["GET"] = "get";
HttpMethod["POST"] = "post";
HttpMethod["PUT"] = "put";
HttpMethod["PATCH"] = "patch";
HttpMethod["DEL"] = "del";
HttpMethod["OPTIONS"] = "options";
HttpMethod["HEAD"] = "head";
HttpMethod["TRACE"] = "trace";
HttpMethod["CONNECT"] = "trace";
HttpMethod["ANY"] = "any";
})(HttpMethod = exports.HttpMethod || (exports.HttpMethod = {}));
// req.secret