UNPKG
node-httpx-server
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
A node HTTP/2 server and beyond dealing with streams
github.com/rossjackson/node-httpx-server
node-httpx-server
/
dist
/
src
/
constants.js
8 lines
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
routerError
=
void
0
;
exports
.
routerError
= {
NOT_FOUND
:
'NOTFOUND'
,
SERVER_ERROR
:
'SERVERERROR'
, };
//# sourceMappingURL=constants.js.map