-
-
Notifications
You must be signed in to change notification settings - Fork 624
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
[Feat] Support ws and wss scheme in http_connect.lua #256
base: master
Are you sure you want to change the base?
[Feat] Support ws and wss scheme in http_connect.lua #256
Conversation
This all looks good to me, but I'm not sure I understand the use case? How does this make sense as compared to say, the client in lua-resty-websocket? Can you think of any useful tests we might add? |
@pintsized I'll add tests, no problem. |
@GuyLewin Ah ok, got it, thanks. Sounds good to me. |
@pintsized added tests, also added support for 'ws' and 'wss' scheme in |
No description provided.