Expand description
HTTP/network connector with policy-gated access.
Provides basic fetch (GET/POST) with:
- Host allowlist/denylist
- TLS required by default
- Request timeouts and size limits
- Structured logging for audit trail
Structsยง
- Http
Connector - HTTP connector for extension hostcalls.
- Http
Connector Config - Configuration for the HTTP connector.
- Http
Request - HTTP request parameters from hostcall.
- Http
Response - HTTP response returned to extension.
- Streaming
Http Response - Streaming HTTP response returned to the host dispatcher.