We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I would like to use the websocket with https://github.com/gofiber/fiber
any plans for fasthttp support? thanks!
The text was updated successfully, but these errors were encountered:
I don't think there should be anything added here for support.
I'd recommend opening an issue on fasthttp to add support for http.Hijacker so that you can pass it in and easily use this library.
http.Hijacker
Sorry, something went wrong.
For now you can implement it yourself with https://godoc.org/github.com/valyala/fasthttp#RequestCtx.Hijack
https://godoc.org/github.com/valyala/fasthttp#RequestCtx.Hijack
coder/websocket
Hijack
No branches or pull requests
Hi, I would like to use the websocket with https://github.com/gofiber/fiber
any plans for fasthttp support? thanks!
The text was updated successfully, but these errors were encountered: