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/fiber support? #229

Closed
kabychow opened this issue Apr 26, 2020 · 2 comments
Closed

fasthttp/fiber support? #229

kabychow opened this issue Apr 26, 2020 · 2 comments

Comments

@kabychow
Copy link

Hi, I would like to use the websocket with https://github.com/gofiber/fiber

any plans for fasthttp support? thanks!

@nhooyr
Copy link
Contributor

nhooyr commented Apr 27, 2020

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.

@nhooyr nhooyr closed this as completed Apr 27, 2020
@nhooyr
Copy link
Contributor

nhooyr commented Apr 27, 2020

For now you can implement it yourself with https://godoc.org/github.com/valyala/fasthttp#RequestCtx.Hijack

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