Documentation / @agentick/sandbox / ProxiedRequest
Interface: ProxiedRequest
Defined in: types.ts:217
Properties
blocked
blocked:
boolean
Defined in: types.ts:234
Whether the request was blocked.
host
host:
string
Defined in: types.ts:225
Target host.
matchedRule?
optionalmatchedRule:NetworkRule
Defined in: types.ts:237
The rule that matched, if any.
method
method:
string
Defined in: types.ts:222
HTTP method.
port
port:
number
Defined in: types.ts:228
Target port.
timestamp
timestamp:
number
Defined in: types.ts:231
Unix timestamp (ms) when the request was made.
url
url:
string
Defined in: types.ts:219
Full URL of the request.