@wharfkit/session - v4.0.1
Preparing search index...
APIResponse
Interface APIResponse
Response to an API call.
interface
APIResponse
{
headers
:
Record
<
string
,
string
>
;
json
?:
any
;
status
:
number
;
text
:
string
;
}
Index
Properties
headers
json?
status
text
Properties
headers
headers
:
Record
<
string
,
string
>
Optional
json
json
?:
any
status
status
:
number
text
text
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
headers
json
status
text
@wharfkit/session - v4.0.1
Loading...
Response to an API call.