Skip to content

PlaygroundProxyResult

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/apps/api/src/technical-docs/playground-proxy.service.ts

The HTTP status + JSON payload the controller should send. On success the payload MIRRORS the upstream response ({status, statusText, headers, body, timeMs}) inside an HTTP 200 — the browser always gets a readable envelope, never an opaque error.

Properties

PropertyType
statusnumber
bodyRecord<string, unknown>

Was this page helpful?

Download as PDF