Kind: Interface
Source: atloria-monorepo/apps/api/src/technical-docs/playground-proxy.service.ts
The playground's try-it request, forwarded verbatim by the browser.
Properties
| Property | Type |
|---|---|
url | string |
method | string |
headers | Record<string, string> |
body | unknown |
multipart | PlaygroundProxyPart[] |
bodyBase64 | string |
Was this page helpful?