UNPKG

@halsp/http

Version:

支持 Halsp HTTP 请求

13 lines 460 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const core_1 = require("@halsp/core"); const context_1 = require("./context/index.cjs"); (0, context_1.initResultHandler)(core_1.Middleware.prototype, function () { return this.res; }); (0, context_1.initHeaderHandler)(core_1.Middleware.prototype, function () { return this.req.headers; }, function () { return this.res.headers; }); //# sourceMappingURL=middleware.js.map