2023-11-30 14:15:19 +00:00

15 lines
441 B
JavaScript

module.exports = {
cookie: require('./cookie' ),
download: require('./download'),
end: require('./end' ),
file: require('./file' ),
header: require('./header' ),
json: require('./json' ),
jsonp: require('./jsonp' ),
redirect: require('./redirect'),
render: require('./render' ),
send: require('./send' ),
status: require('./status' ),
type: require('./type' )
};