Tauri fetch

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

使用默認(rèn)客戶端執(zhí)行 HTTP 請(qǐng)求。

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

類型參數(shù)

  • T

參數(shù)

名字類型
urlstring
options?FetchOptions

Returns: Promise<Response<T>>


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)