Skip to main content

Component Map

Runtime composition

The gateway is assembled in layers:

  1. Config: loads and validates YAML + environment overrides.
  2. Runtime: composes the server, readiness checker, and metrics registry.
  3. Server: mounts routes and middleware, and wires proxy/webhook handlers.
  4. Proxy: forwards requests to upstreams and handles streaming protocols.

See also