Documentation
Preparing search index...
@quatrain/auth-rbac
ExpressLikeResponse
Interface ExpressLikeResponse
Minimal interface representing Express-like Response.
interface
ExpressLikeResponse
{
json
:
(
body
:
any
)
=>
this
;
setHeader
?:
(
name
:
string
,
value
:
string
)
=>
this
;
status
:
(
code
:
number
)
=>
this
;
statusCode
?:
number
;
}
Index
Properties
json
set
Header?
status
status
Code?
Properties
json
json
:
(
body
:
any
)
=>
this
Optional
set
Header
setHeader
?:
(
name
:
string
,
value
:
string
)
=>
this
status
status
:
(
code
:
number
)
=>
this
Optional
status
Code
statusCode
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
json
set
Header
status
status
Code
Documentation
Loading...
Minimal interface representing Express-like Response.