Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/agent / / ProtocolBoundary

Type Alias: ProtocolBoundary

ts
type ProtocolBoundary = "sse" | "http-header" | "ws" | "rest-body" | "audit";

Defined in: packages/agent/src/lateral-leak/protocol-guard.ts:30

Per-boundary identifier used by the runtime when calling the guard.

Stable