Pass an API response (python) with type text/event-stream through another API endpoint (.NET)
We have a python backend that is querying an API (text/event-stream) and returning that same type so the response is streamed as it is received.
We have a python backend that is querying an API (text/event-stream) and returning that same type so the response is streamed as it is received.