Bypass provides a quick way to create a custom plug that can be put in place instead of an actual HTTP server to return prebaked responses to client requests.
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?
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?