UNPKG

441 BJavaScriptView Raw
1module.exports = {
2 cookie: require('./cookie' ),
3 download: require('./download'),
4 end: require('./end' ),
5 file: require('./file' ),
6 header: require('./header' ),
7 json: require('./json' ),
8 jsonp: require('./jsonp' ),
9 redirect: require('./redirect'),
10 render: require('./render' ),
11 send: require('./send' ),
12 status: require('./status' ),
13 type: require('./type' )
14};