phin:节点HTTP客户端

时间:2024-02-23 10:47:35
【文件属性】:

文件名称:phin:节点HTTP客户端

文件大小:3.47MB

文件格式:ZIP

更新时间:2024-02-23 10:47:35

nodejs javascript http npm node

轻量级Node.js HTTP客户端 | | 简单用法 const p = require ( 'phin' ) const res = await p ( 'https://ethanent.me' ) console . log ( res . body ) 请注意,以上内容应在异步环境中! Phin还提供了该库的未承诺版本。 安装 npm install phin 为什么要使用电话? 重要项目和大型公司都依赖Phin。 例如, 的数百名贡献者依赖Phin作为其开发过程的一部分。 另外,Phin非常轻巧。 要与其他库进行比较,请参见。 快速演示 简单的POST: await p ( { url : 'https://ethanent.me' , method : 'POST' , data : { hey : 'hi' } } ) 未承诺的用法 const p = require ( 'phin' ) . unpromisified p ( 'https://ethanent.me' , ( err , res ) => { if ( ! err ) co


【文件预览】:
phin-master
----.github()
--------workflows()
----lib()
--------phin.js(4KB)
----media()
--------phin-textIncluded.ai(1.55MB)
--------phin-textIncluded.png(73KB)
--------phinCore.ai(1.55MB)
----.travis.yml(83B)
----LICENSE(1KB)
----README.md(3KB)
----types.d.ts(3KB)
----docs()
--------index.html(6KB)
--------global.html(16KB)
--------styles()
--------scripts()
--------phin.js.html(5KB)
--------fonts()
----tests()
--------test.js(10KB)
----.gitignore(681B)
----package-lock.json(6KB)
----package.json(908B)

网友评论