easytool-http:常规HTTP请求模块,来自axios的扩展

时间:2024-06-02 10:56:32
【文件属性】:

文件名称:easytool-http:常规HTTP请求模块,来自axios的扩展

文件大小:129KB

文件格式:ZIP

更新时间:2024-06-02 10:56:32

JavaScript

@ easytool / http 增强axios功能,像axios一样使用它,但更方便。 自述文件:| 扩展功能 快取 内容类型 beforeRequest afterResponse proxyPath onError 准备 帮手 安装 npm install --save @easytool/http 用法 例子 import http from '@easytool/http' ; http ( { baseURL : 'http://api.xxx.com' , url : '/getUser' , params : { id : 1 } } ) . then ( ( data ) => { } , ( error ) => { } ) ; 设定 设置用于设置全局选项。 import http , { Method ,


【文件预览】:
easytool-http-dev
----.eslintrc.prod.json(376B)
----.eslintrc.json(2KB)
----rollup.config.dev.js(859B)
----README-zh_CN.md(13KB)
----yarn.lock(296KB)
----src()
--------constants()
--------utils()
--------core()
--------helpers()
--------enums()
--------index.js(382B)
----babel.config.js(1KB)
----fileTransformer.js(189B)
----gulpfile.js(1KB)
----test()
--------template.html(447B)
--------core()
--------app.js(3KB)
----jest.config.js(1KB)
----README.md(12KB)
----index.d.ts(945B)
----rollup.config.base.js(2KB)
----rollup.config.prod.js(885B)
----mock()
--------mock.config.js(628B)
--------README.md(476B)
--------data()
--------static()
----.gitignore(84B)
----bin()
--------build-dev.bat(25B)
--------unpublish.bat(25B)
--------watch-dist.bat(26B)
--------startup-mock.sh(18B)
--------mock.bat(20B)
--------publish-minor.bat(29B)
--------publish-patch.bat(29B)
--------mock.sh(12B)
--------startup.bat(17B)
--------startup-mock.bat(26B)
--------package.bat(23B)
--------lint.bat(20B)
--------build-prod.bat(26B)
--------publish-major.bat(29B)
--------test.sh(18B)
--------git-push.bat(24B)
--------link.bat(8B)
--------startup.sh(9B)
--------package.sh(15B)
--------publish-prerelease.bat(34B)
--------test.bat(20B)
----.eslintignore(0B)
----package.json(4KB)

网友评论