oauth2
oauth2 copied to clipboard
fasthttp support
I noticed that you revoked the support for fasthttp. I'm curious what the reasoning behind that was and if there are any plans to include it in a future release?
Most of my go servers use fasthttp, and it kind of sucks having a unique snowflake that's using net/http.
Is there a simple way to transform a fasthttp-flavored handler into a net/http handler? I saw an adapter out there but that adapts the wrong way (it goes FROM net/http TO fasthttp not the reverse).
This isn't something I want to spend a lot of intellectual capital on, I'm just curious as it would be nice to have.
this is my question too