Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fasthttp support #104

Open
mikepc opened this issue Apr 15, 2019 · 1 comment
Open

fasthttp support #104

mikepc opened this issue Apr 15, 2019 · 1 comment

Comments

@mikepc
Copy link

mikepc commented Apr 15, 2019

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.

@alidehghan
Copy link

this is my question too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants