tsujigiri/axiom

Remove response record

Closed this issue · 1 comments

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.