Tauri fetch

2024-02-02 16:27 更新
fetch<>(: , : FetchOptions): Promise<ResponseTurlstringoptions?<T>>

使用默认客户端执行 HTTP 请求。

import { fetch } from '@tauri-apps/api/http';
const response = await fetch('http://localhost:3003/users/2', {
method: 'GET',
timeout: 30,
});

类型参数

  • T

参数

名字类型
urlstring
options?FetchOptions

Returns: Promise<Response<T>>


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号