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
/
src
/
constants.ts
5 lines
(4 loc)
•
91 B
text/typescript
View Raw
1
2
3
4
5
export
const
routerError = {
NOT_FOUND
:
'NOTFOUND'
,
SERVER_ERROR
:
'SERVERERROR'
, }