HTTP Router Implementation with Composable Parsers and Effects
I’m playing with an http router implementation that each route is built by composing “parsers” (much like Schema). I had this done without Effect but I’m trying to leverage the ecosystem. I think it’s getting pretty good.