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

Upgrade from http.ResponseWriter, *http.Request to mangos.Socket #210

Open
cameronelliott opened this issue Sep 11, 2020 · 1 comment
Open

Comments

@cameronelliott
Copy link

Forgive me if I missed a way to do this.

I know it's possible to upgrade from a "http.ResponseWriter, *http.Request" pair in Gorilla
to a gorilla.Conn.
I also understand that mangos uses gorilla underneath for it's websockets, right?
It there a way I can upgrade "http.ResponseWriter, *http.Request" pair to
a mangos.Socket somehow?

If not, should I consider writing a PR ?

@gdamore
Copy link
Contributor

gdamore commented Sep 11, 2020 via email

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