Datalayer VS Code Extension - v0.0.4
Preparing search index...
types/messages
HttpResponseMessage
Interface HttpResponseMessage
HTTP response from proxied request
interface
HttpResponseMessage
{
body
:
{
body
?:
ArrayBuffer
;
headers
:
Record
<
string
,
string
>
;
status
:
number
;
statusText
:
string
;
}
;
requestId
:
string
;
type
:
"http-response"
;
}
Index
Properties
body
request
Id
type
Properties
body
body
:
{
body
?:
ArrayBuffer
;
headers
:
Record
<
string
,
string
>
;
status
:
number
;
statusText
:
string
;
}
request
Id
requestId
:
string
type
type
:
"http-response"
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 response from proxied request