UNPKG

node-httpx-server

Version:

A node HTTP/2 server and beyond dealing with streams

8 lines 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.routerError = void 0; exports.routerError = { NOT_FOUND: 'NOTFOUND', SERVER_ERROR: 'SERVERERROR', }; //# sourceMappingURL=constants.js.map