Preparing search index...
The search index is not available
IGPAPI
IGPAPI
@igpapi/core
StatusCheckerStrategy
Interface StatusCheckerStrategy
Indicates whether HTTP request was successful or not
interface
StatusCheckerStrategy
{
execute
(
response
:
Response
<
unknown
>
)
:
boolean
;
}
Implemented by
AlwaysTrueStatusCheckerStrategy
BodyStatusCheckerStrategy
HeaderStatusCheckerStrategy
Index
Methods
execute
Methods
execute
execute
(
response
:
Response
<
unknown
>
)
:
boolean
Parameters
response
:
Response
<
unknown
>
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
execute
IGPAPI
Loading...
Indicates whether HTTP request was successful or not