2 17 Jul 2015 02:16 by u/zhong_j_yu
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.
1 comment
0 u/zhong_j_yu [OP] 17 Jul 2015 02:18
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.