UNPKG
@nathanfaucett/ri
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
request and response interface
github.com/nathanfaucett/ri
nathanfaucett/ri
@nathanfaucett/ri
/
README.md
17 lines
(12 loc)
•
227 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ri ======= request
and
response interface ```javascript var ri =
require
(
"@nathanfaucett/ri"
),
config
= {
"json spaces"
:
4
}; server.on(
"request"
,
function
(req, res)
{ ri.init(req, res,
config
); }); ```