@dooboostore/simple-boot-http-server
Version:
back end http server frameworks
18 lines (17 loc) • 492 B
JavaScript
// src/codes/HttpMethod.ts
var HttpMethod = /* @__PURE__ */ ((HttpMethod2) => {
HttpMethod2["GET"] = "GET";
HttpMethod2["POST"] = "POST";
HttpMethod2["PUT"] = "PUT";
HttpMethod2["DELETE"] = "DELETE";
HttpMethod2["PATCH"] = "PATCH";
HttpMethod2["HEAD"] = "HEAD";
HttpMethod2["OPTIONS"] = "OPTIONS";
HttpMethod2["TRACE"] = "TRACE";
HttpMethod2["CONNECT"] = "CONNECT";
return HttpMethod2;
})(HttpMethod || {});
export {
HttpMethod
};
//# sourceMappingURL=HttpMethod.js.map