文件名称:wretch:使用直观的语法围绕获取构建的小型包装器
文件大小:389KB
文件格式:ZIP
更新时间:2024-02-20 09:38:51
nodejs javascript fetch http json
一个小巧的(约3Kb g压缩)包装器,以直观的语法围绕获取。 f [ETCH] [WR] apper Wretch 1.7现已上线 :party_popper: ! 请在每次更新后签出变更,以了解新功能和重大更改。 如果您想尝试热门产品,请查看分支。 可通过软件包获得中间件集合! :package: 目录 动机 因为必须编写第二个回调来处理响应主体,所以感觉很尴尬。 // Fetch needs a second callback to process the response body fetch ( "examples/example.json" ) . then ( response => response . json ( ) ) . then ( json => { //Do stuff with the parsed json } ) // Wretch does it for you // Use .res for the raw response, .text for raw text, .json for json, .blob for a
【文件预览】:
wretch-master
----.travis.yml(2KB)
----.nojekyll(0B)
----wretch.svg(4KB)
----rollup.config.js(677B)
----docs()
--------index.html(8KB)
--------index.css(5KB)
----package.json(3KB)
----tslint.json(2KB)
----.github()
--------FUNDING.yml(58B)
----test()
--------node()
--------assets()
--------mock.js(5KB)
--------browser()
--------tsconfig.tests.json(286B)
----assets()
--------browserstack-logo.png(36KB)
----LICENSE(1KB)
----package-lock.json(426KB)
----dist()
--------config.js(1KB)
--------index.js(281B)
--------index.umd.js(216B)
--------config.js.map(2KB)
--------index.js.map(854B)
--------mix.d.ts(87B)
--------perfs.js.map(4KB)
--------config.d.ts(409B)
--------index.umd.js.map(487B)
--------perfs.d.ts(146B)
--------wretcher.d.ts(7KB)
--------perfs.js(2KB)
--------middleware.js(452B)
--------wretcher.js(15KB)
--------wretcher.js.map(22KB)
--------middleware.js.map(1KB)
--------resolver.js(6KB)
--------index.d.ts(388B)
--------mix.js.map(2KB)
--------middleware.d.ts(486B)
--------index.umd.d.ts(156B)
--------resolver.js.map(13KB)
--------resolver.d.ts(2KB)
--------mix.js(1KB)
--------bundle()
----CONTRIBUTING.md(1KB)
----src()
--------perfs.ts(2KB)
--------middleware.ts(780B)
--------wretcher.ts(13KB)
--------index.umd.ts(179B)
--------mix.ts(709B)
--------config.ts(726B)
--------index.ts(476B)
--------resolver.ts(8KB)
----tsconfig.json(380B)
----.gitignore(937B)
----browserstack.json(241B)
----CHANGELOG.md(26KB)
----README.md(34KB)
----scripts()
--------conventional-changelog-wretch()
--------mockServer.js(58B)
----.gitattributes(53B)