kz-http
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

基于 Axios 封装的 HTTP 类库

安装

npm i kz-http -S

测试

import Http from 'kz-http';

let http = new Http();

http.get('https://www.example.com').then((res) => {
  console.log(res);
});

解决什么

  • Node 环境下自动封装响应中的 Set-Cookie,供下个请求使用
  • http 请求失败,自动重试
  • 自动补全 referer 和 orgin 参数
  • 禁止重定向

Readme

Keywords

Package Sidebar

Install

npm i kz-http

Weekly Downloads

0

Version

0.1.5

License

ISC

Unpacked Size

32.6 kB

Total Files

10

Last publish

Collaborators

  • kuizuo