Thanks for sharing this project.
By default, this library is using cowboy 2.4 as dependency. However, the module PlugProxy.Transport.Cowboy is using :cowboy_req.set_resp_body_fun which is only available on cowboy 1.x. This is causing an error when forwarding requests.
Thanks for sharing this project.
By default, this library is using
cowboy2.4 as dependency. However, the modulePlugProxy.Transport.Cowboyis using:cowboy_req.set_resp_body_funwhich is only available oncowboy1.x. This is causing an error when forwarding requests.