Makes sense ... most languages have solid libraries to work with HTTP, which can eliminate the need for a third-party standalone proxy. A DIY solution sounds nice as it could be customized to meet any specific (and/or crazy :-p) features required.<p>Here's a C# project in the same vein: [1].<p>--<p>1: <a href="https://github.com/microsoft/reverse-proxy/tree/main/samples/BasicYarpSample">https://github.com/microsoft/reverse-proxy/tree/main/samples...</a>
Related discussion: <a href="https://news.ycombinator.com/item?id=41608350">https://news.ycombinator.com/item?id=41608350</a>
I'm currently using Traefik for compression (gzip, brotli, …) does Kamal-Proxy handle that as well or do Rails apps handle compression somewhere else?