Preparing search index...
The search index is not available
resilient-fetch-client
resilient-fetch-client
JsonResult
Interface JsonResult<T>
The result of a json request, returning the retrieved value plus headers.
interface
JsonResult
<
T
>
{
headers
:
Headers
;
value
:
T
;
}
Type Parameters
T
Index
Properties
headers
value
Properties
headers
headers
:
Headers
value
value
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
headers
value
resilient-fetch-client
Loading...
The result of a json request, returning the retrieved value plus headers.