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