hipthrusts - v1.2.0
Preparing search index...
express
HipExpressHandlerOptions
Interface HipExpressHandlerOptions
interface
HipExpressHandlerOptions
{
afterResponse
?:
(
context
:
Record
<
string
,
unknown
>
,
)
=>
void
|
Promise
<
void
>
;
delegateErrors
?:
boolean
;
onError
?:
(
error
:
unknown
,
info
:
OnErrorInfo
)
=>
void
;
}
Hierarchy (
View Summary
)
HttpAdapterOptions
HipExpressHandlerOptions
Index
Properties
after
Response?
delegate
Errors?
on
Error?
Properties
Optional
after
Response
afterResponse
?:
(
context
:
Record
<
string
,
unknown
>
)
=>
void
|
Promise
<
void
>
Optional
delegate
Errors
delegateErrors
?:
boolean
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
delegate
Errors
on
Error
hipthrusts - v1.2.0
Loading...