1.1.2 • Published 2 years ago

@maxtan/fetch v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

基于ofetch的fetch工具

安装

npm install @maxtan/fetch

或者使用 pnpm

pnpm add @maxtan/fetch

引用

import { Http } from "@maxtan/fetch"
const http = new Http().create();
http.get('https://baidu.com').then(res => {
    console.log(res);
});
http.post('https://baidu.com').then(res => {
    console.log(res);
});
1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago