文件名称:gotch:浏览器的简单,优雅,轻量级的HTTP客户端
文件大小:72KB
文件格式:ZIP
更新时间:2024-02-20 16:03:09
javascript fetch api agent xhr
用于浏览器的简单,优雅,轻量级的HTTP客户端 产品特点 基于承诺 可配置和可链接的API 自动转换JSON数据 支持请求正文转换 监控下载和上传进度 取消请求 安装 使用npm: $ npm install gotch --save 使用纱: $ yarn add gotch 使用CDN: < script src =" https://unpkg.com/gotch/dist/gotch.min.js " > </ script > 基本用法 进口 import gotch from 'gotch' ; 发送GET请求 // handle with promise chaining gotch . get ( '/users/1' ) . then ( ( res ) => { console . log ( res ) ; } ) . catch ( ( e ) => { console . log ( e ) ; } ) ; // handle with async/await syntax // NOTE: you shoul
【文件预览】:
gotch-master
----.eslintrc(337B)
----.babelrc(56B)
----rollup.config.js(600B)
----docs()
--------logo.png(8KB)
----package.json(986B)
----LICENSE(1KB)
----dist()
--------gotch.js(22KB)
--------gotch.min.js(9KB)
--------gotch.esm.js(20KB)
--------gotch.d.ts(3KB)
----tsconfig.json(192B)
----.gitignore(13B)
----lib()
--------gotch.js(13KB)
----README.md(7KB)
----yarn.lock(116KB)
----.editorconfig(188B)