Skip to content

Latest commit

 

History

History
executable file
·
14 lines (12 loc) · 542 Bytes

README.md

File metadata and controls

executable file
·
14 lines (12 loc) · 542 Bytes

node-express-hbs

使用express应用框架和hbs模板渲染引擎搭建的node工程

res.download()提示将要下载文件 res.end()结束响应进程 res.json()发送 JSON 响应 res.jsonp()在 JSONP 的支持下发送 JSON 响应 res.redirect()重定向请求 res.render()呈现视图模板 res.send()发送各种类型的响应 res.sendFile()以八位元流形式发送文件 res.sendStatus()设置响应状态码并以响应主体形式发送其字符串表示

-- https://github.com/Yaffle/EventSource/blob/master/src/eventsource.js