文件名称:superfetch:一个超级强大的node.js HTTP客户端,支持promise
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-22 20:29:23
JavaScript
超级抓取 SuperFetch 是 Node.js 的基于 Promise 的 HTTP 客户端。 它基于库并具有优雅的界面。 安装 $ npm install superfetch 超级容易使用 var fetch = require ( 'superfetch' ) ; fetch . get ( 'http://example.com' ) . then ( function ( body ) { // when the status code begins with "2", the response body will be returned. } ) . catch ( function ( response ) { // otherwise, the whole response(including headers) is returned. } ) ; // It
【文件预览】:
superfetch-master
----.travis.yml(38B)
----LICENSE(1KB)
----test()
--------index.js(3KB)
----README.md(3KB)
----.gitignore(587B)
----index.js(3KB)
----package.json(537B)