hipthrusts - v1.2.0
Preparing search index...
next
HipNextHandlerOptions
Interface HipNextHandlerOptions
interface
HipNextHandlerOptions
{
afterResponse
?:
(
context
:
Record
<
string
,
unknown
>
,
)
=>
void
|
Promise
<
void
>
;
allowMalformedBody
?:
boolean
;
gatherContext
?:
(
req
:
NextRequest
)
=>
Promise
<
Record
<
string
,
unknown
>
>
;
onError
?:
(
error
:
unknown
,
info
:
OnErrorInfo
)
=>
void
;
}
Hierarchy (
View Summary
)
HttpAdapterOptions
HipNextHandlerOptions
Index
Properties
after
Response?
allow
Malformed
Body?
gather
Context?
on
Error?
Properties
Optional
after
Response
afterResponse
?:
(
context
:
Record
<
string
,
unknown
>
)
=>
void
|
Promise
<
void
>
Optional
allow
Malformed
Body
allowMalformedBody
?:
boolean
Optional
gather
Context
gatherContext
?:
(
req
:
NextRequest
)
=>
Promise
<
Record
<
string
,
unknown
>
>
Optional
on
Error
onError
?:
(
error
:
unknown
,
info
:
OnErrorInfo
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
after
Response
allow
Malformed
Body
gather
Context
on
Error
hipthrusts - v1.2.0
Loading...