quip:可链接的API,用于节点中的响应对象

时间:2024-05-22 07:25:47
【文件属性】:

文件名称:quip:可链接的API,用于节点中的响应对象

文件大小:28KB

文件格式:ZIP

更新时间:2024-05-22 07:25:47

JavaScript

讽刺 节点中HTTP ServerResponse对象的便捷可链接API。 适用于快速简便的原型制作 用作中间件 允许您通过流将流传输到响应,同时轻松地预先设置标题和状态代码 例子 响应不同的状态码 res . ok ( '

Hello World!

' ) ; res . notFound ( 'Not found' ) ; 回应不同的哑剧类型 res . text ( 'plain text' ) ; res . json ( { 'stringify' : 'this object' } ) ; 将两者链接在一起(以任何顺序) res . error ( ) . json ( { error : 'something broke' } ) ; res . xml ( ) . badRequest ( '' ) ; 重新导向 res . mo


【文件预览】:
quip-master
----.gitignore(14B)
----package.json(612B)
----package-lock.json(85KB)
----LICENSE(1KB)
----.gitmodules(95B)
----README.md(4KB)
----lib()
--------quip.js(5KB)
----test()
--------test-response.js(13KB)

网友评论