Expand description
Sentinel JavaScript Agent Library
A scripting agent for Sentinel reverse proxy that allows custom JavaScript logic to inspect and modify HTTP requests and responses.
Uses QuickJS engine for fast, lightweight JavaScript execution.
Structsยง
- JsAgent
- JavaScript scripting agent
- JsConfig
Json - Agent configuration from the proxy
- JsRequest
- Request data exposed to JavaScript
- JsResponse
- Response data exposed to JavaScript
- Script
Result - Result from JavaScript script execution