bypass
bypass copied to clipboard
Support for bandit instead plug_cowboy
Would it be possible to add support for using bandit instead of plug_cowboy for the http server? I've transitioned most of my projects to using bandit instead of cowboy, and bypass is the last thing still dragging cowboy with it as a dependency.
Perhaps we could use some form of adapter approach, like in Phoenix?
I built Lasso to do this. Would love if Bypass supported it. I gladly would move back over.