1.1.2 • Published 9 months ago

@maxtan/fetch v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months 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

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago