kinetex - v1.0.0-rc.1
Preparing search index...
AfterRequestHook
Type Alias AfterRequestHook
AfterRequestHook
:
(
req
:
HookRequest
,
ctx
:
HookContext
)
=>
Promise
<
void
>
|
void
Called after a request is sent (no return value)
Type Declaration
(
req
:
HookRequest
,
ctx
:
HookContext
)
:
Promise
<
void
>
|
void
Parameters
req
:
HookRequest
ctx
:
HookContext
Returns
Promise
<
void
>
|
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
JSR
kinetex - v1.0.0-rc.1
Loading...
Called after a request is sent (no return value)