rjweb-server
Version:
Easy and Robust Way to create a Web Server with Many Easy-to-use Features in NodeJS
17 lines (16 loc) • 442 B
JavaScript
var Methods = /* @__PURE__ */ ((Methods2) => {
Methods2["CONNECT"] = "CONNECT";
Methods2["TRACE"] = "TRACE";
Methods2["OPTIONS"] = "OPTIONS";
Methods2["DELETE"] = "DELETE";
Methods2["PATCH"] = "PATCH";
Methods2["POST"] = "POST";
Methods2["HEAD"] = "HEAD";
Methods2["PUT"] = "PUT";
Methods2["GET"] = "GET";
return Methods2;
})(Methods || {});
var methodsEnum_default = Methods;
export {
methodsEnum_default as default
};