Sinks (as well as filters) require response metadata to properly process data. There's a significant difference between receiving a 200 or 404 status code, or whether the Content-Type is application/json, text/html, or text/event-stream.
Without this metadata, I’m forced to rely on unreliable heuristics in the sink/filter code, which is far from ideal.
It's unfortunate because the response metadata is already retrieved but simply isn't accessible within the sink.