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

Fiber/fasthttp support #18

Open
pjebs opened this issue Jan 29, 2025 · 2 comments
Open

Fiber/fasthttp support #18

pjebs opened this issue Jan 29, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@pjebs
Copy link

pjebs commented Jan 29, 2025

Fasthttp is an alternative http server package that is substantially faster.

This would be great if it supports that.

@pjebs pjebs added the enhancement New feature or request label Jan 29, 2025
@pjebs
Copy link
Author

pjebs commented Jan 31, 2025

@nlepage
Copy link
Owner

nlepage commented Jan 31, 2025

Hi @pjebs

This would be a great improvement indeed.

fasthttp uses a completely different API from net/http so this would need some work.
I’m sorry to say I won’t have the time to do this before several months.

However here are some thoughts after having looked at fasthttp’s API:

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

No branches or pull requests

2 participants