Send a request to an endpoint definition and return a ReadableStream instead of parsing the
response body. This is useful for consuming SSE (Server-Sent Events) endpoints from frontend
clients.
Uses the same request-building and validation flow as fetchEndpoint, but skips response
body and JSON validation.
Send a request to an endpoint definition and return a
ReadableStreaminstead of parsing the response body. This is useful for consuming SSE (Server-Sent Events) endpoints from frontend clients.Uses the same request-building and validation flow as fetchEndpoint, but skips response body and JSON validation.