UNPKG

@chubbyjs/psr-http-message

Version:

Common Http-message Interface (PHP FIG PSR-7).

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