1 comment

0

tl;dr - in a web/http framework, the response should be a "source", not a "sink". The response object is generated by the application, not the framework; the framework "pulls" information from the response object.