@lelantos-org/sdk / core / HttpClient
Interface: HttpClient โ
Defined in: @lelantos-org/sdk/dist/core/http.d.ts:32
Methods โ
fetch() โ
ts
fetch(url, init?): Promise<Response>;Defined in: @lelantos-org/sdk/dist/core/http.d.ts:33
Parameters โ
| Parameter | Type |
|---|---|
url | string |
init? | RequestInit |
Returns โ
Promise<Response>