All Projects → kuitos → es6-http-utils

kuitos / es6-http-utils

Licence: other
provide some common http utils,such as request,cache and so on,written by pure ES6(this repo is no longer maintained, u can use https://github.com/mzabriskie/axios instead)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

ES6 Http Utils

(Deprecated!) 目前这个库可能不会有太多时间维护,你可以用这个库来代替 axios

纯ES6实现的Http工具集,无任何框架依赖。同时提供es5兼容版本

How to install

npm install es6-http-utils

查看demo

npm run dev

Utils

  • http 网络请求模块,详见这里
  • cache 缓存模块,详见这里
  • data-structure 通用数据结构 详见这里

目录说明

+dist  // es5浏览器兼容版本,可以直接script方式引入

+lib	// babel版本,CommonJS模块规范,可直接require或import

+src	// 源码目录

+demo	// 代码用例
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].