jin-frame / interfaces/options/THook / TPostHook
Type Alias: TPostHook()<TPASS, TFAIL>
TPostHook<
TPASS
,TFAIL
> = (req
,reply
,debugInfo
) =>void
|Promise
<void
>
Defined in: src/interfaces/options/THook.ts:38
Execute after request.
Type Parameters
TPASS
TPASS
TFAIL
TFAIL
Parameters
req
request object
reply
AxiosResponse
<TPASS
| TFAIL
>
reply object
debugInfo
Returns
void
| Promise
<void
>