featherbit UI
Gateway rustdoc
Preparing search index...
types
ContextSnapshot
Interface ContextSnapshot
Redacted point-in-time view of the gateway Context.
interface
ContextSnapshot
{
errors
:
{
code
:
string
;
message
:
string
;
node_id
:
string
}
[]
;
message
:
Record
<
string
,
unknown
>
;
request
:
{
body
:
BodyCapture
;
headers
:
Record
<
string
,
string
[]
>
;
host
:
string
;
method
:
string
;
path
:
string
;
query_params
:
Record
<
string
,
string
[]
>
;
scheme
:
string
;
}
;
response
:
{
body
:
BodyCapture
;
headers
:
Record
<
string
,
string
[]
>
;
status_code
:
number
;
}
;
}
Index
Properties
errors
message
request
response
Properties
errors
errors
:
{
code
:
string
;
message
:
string
;
node_id
:
string
}
[]
message
message
:
Record
<
string
,
unknown
>
request
request
:
{
body
:
BodyCapture
;
headers
:
Record
<
string
,
string
[]
>
;
host
:
string
;
method
:
string
;
path
:
string
;
query_params
:
Record
<
string
,
string
[]
>
;
scheme
:
string
;
}
response
response
:
{
body
:
BodyCapture
;
headers
:
Record
<
string
,
string
[]
>
;
status_code
:
number
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
errors
message
request
response
Gateway rustdoc
featherbit UI
Loading...
Redacted point-in-time view of the gateway Context.