Datalayer VS Code Extension - v0.0.4
Preparing search index...
types/messages
HttpRequestMessage
Interface HttpRequestMessage
HTTP request to proxy through extension
interface
HttpRequestMessage
{
body
:
{
body
?:
string
|
ArrayBuffer
;
headers
?:
Record
<
string
,
string
>
;
method
:
string
;
url
:
string
;
}
;
requestId
:
string
;
type
:
"http-request"
;
}
Index
Properties
body
request
Id
type
Properties
body
body
:
{
body
?:
string
|
ArrayBuffer
;
headers
?:
Record
<
string
,
string
>
;
method
:
string
;
url
:
string
;
}
request
Id
requestId
:
string
type
type
:
"http-request"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
request
Id
type
Datalayer VS Code Extension - v0.0.4
Loading...
HTTP request to proxy through extension