Capsium TypeScript API
Capsium
GitHub
Preparing search index...
@capsium/reactor-node
ReactorResponse
Interface ReactorResponse
A fully-computed response (header names are lowercase).
interface
ReactorResponse
{
body
:
Uint8Array
;
headers
:
ReadonlyMap
<
string
,
string
>
;
status
:
number
;
}
Index
Properties
body
headers
status
Properties
Readonly
body
body
:
Uint8Array
Readonly
headers
headers
:
ReadonlyMap
<
string
,
string
>
Readonly
status
status
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
status
Capsium
GitHub
Capsium TypeScript API
Loading...
A fully-computed response (header names are lowercase).