Interface: BasicRequestOptions
Request Options to be passed to request functions
Hierarchy
BasicRequestOptions
Properties
fetch
• Optional fetch: (input: RequestInfo | URL, init?: RequestInit) => Promise\<Response>(input: string | Request | URL, init?: RequestInit) => Promise\<Response>
A fetch function usually imported from @inrupt/solid-client-authn-js
Type declaration
▸ (input, init?): Promise\<Response>
A fetch function usually imported from @inrupt/solid-client-authn-js
Parameters
| Name | Type |
|---|---|
input |
RequestInfo | URL |
init? |
RequestInit |
Returns
Promise\<Response>
▸ (input, init?): Promise\<Response>
A fetch function usually imported from @inrupt/solid-client-authn-js
Parameters
| Name | Type |
|---|---|
input |
string | Request | URL |
init? |
RequestInit |
Returns
Promise\<Response>