agentOS API Reference - v0.2.0-rc.3
Docs
Preparing search index...
VmFetchOptions
Interface VmFetchOptions
Options for
vmFetch
(method/headers/body for the proxied request).
interface
VmFetchOptions
{
body
?:
string
|
Uint8Array
<
ArrayBufferLike
>
;
headers
?:
Record
<
string
,
string
>
;
method
?:
string
;
}
Index
Properties
body?
headers?
method?
Properties
Optional
body
body
?:
string
|
Uint8Array
<
ArrayBufferLike
>
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
method
method
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
headers
method
Docs
agentOS API Reference - v0.2.0-rc.3
Loading...
Options for
vmFetch(method/headers/body for the proxied request).