Remove response record
tsujigiri opened this issue · 1 comments
tsujigiri commented
Cowboy has its own set_resp_body
and set_resp_header
functions. Additionally, arbitrary data can be stored under the meta
key of cowboy_req:req()
. I think it is better to make use of that and only have one data structure representing the request, including the response.