-
Notifications
You must be signed in to change notification settings - Fork 111
add support to custom headers during handshake #29
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
add support to custom headers during handshake #29
Conversation
@agentzh please re-review :) |
@agentzh please let me know if there's anything needed from me here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will you please rebase to the latest master? I'm seeing merge conflicts in this PR. Sorry for the delay on our side!
Add support to custom headers in WS handshake.
Any reason this was never merged? I may have a use case where I also need the ability to add a custom rest Authentication header for the initial ws handshake as well. The application I connect to may accept access in form of a query parameter too though so if that is the case then it won't be needed, but this would be a nice to have feature in the core lib. |
@doujiang24 |
Add support for passing custom headers to WS handshake.