@valon-technologies/gestalt
Preparing search index...
index
Response
Interface Response<T>
Explicit handler response with an optional HTTP status override.
interface
Response
<
T
>
{
"[responseBrand]"
:
true
;
status
?:
number
;
headers
:
ResponseHeaders
;
body
:
T
;
}
Type Parameters
T
Index
Properties
[response
Brand]
status?
headers
body
Properties
Readonly
[response
Brand]
"[responseBrand]"
:
true
Optional
status
status
?:
number
headers
headers
:
ResponseHeaders
body
body
:
T
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
[response
Brand]
status
headers
body
@valon-technologies/gestalt
Loading...
Explicit handler response with an optional HTTP status override.