Documentation
Preparing search index...
@rivetkit/engine-runner-protocol
ToServerResponseStart
Type Alias ToServerResponseStart
type
ToServerResponseStart
=
{
body
:
ArrayBuffer
|
null
;
headers
:
ReadonlyMap
<
string
,
string
>
;
status
:
u16
;
stream
:
boolean
;
}
Index
Properties
body
headers
status
stream
Properties
Readonly
body
body
:
ArrayBuffer
|
null
Readonly
headers
headers
:
ReadonlyMap
<
string
,
string
>
Readonly
status
status
:
u16
Readonly
stream
stream
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
headers
status
stream
Documentation
Loading...