Skip to main content

Module http

Module http 

Source
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ยง

HttpConnector
HTTP connector for extension hostcalls.
HttpConnectorConfig
Configuration for the HTTP connector.
HttpRequest
HTTP request parameters from hostcall.
HttpResponse
HTTP response returned to extension.
StreamingHttpResponse
Streaming HTTP response returned to the host dispatcher.