Files
OmniRoute/tests
Prudhvi Vuda 253856544f fix(sse): pass real response payload into plugin onResponse hooks (#8806)
Plugins always received a hard-coded {status:200} stub, so hooks like
request-logger never saw response bodies. Forward translated JSON for
non-streaming completions and a streamed flag for SSE without reading
the body twice.

Closes #8711
2026-07-27 22:38:01 -03:00
..