Skip to content

HTTP operators

Public

The HTTP family contains 1 operator. Outbound HTTP, SSRF-guarded.

Makes an HTTP request to an external URL.

Version 1.0.0 · Semantics side_effect

FieldTypeRequiredDefaultDescription
bodyanynoRequest body (object or string).
follow_redirectsbooleannotrue
headersobjectno
method”GET” | “POST” | “PUT” | “PATCH” | “DELETE” | “HEAD” | “OPTIONS”yes
timeout_msintegerno30000
urlstringyesTarget URL (CEL-evaluable).
PortTypeRequiredDescription
inputanynoInput
PortTypeRequiredDescription
responseobjectnoResponse

Every operator above is rendered from its JSON schema in /opt/glyph/schemas/operators/:

  • schemas/operators/http.request.json