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
Ratchet has been a great find – it's the only Rust websocket library I could find that supports permessage-deflate.
permessage-deflate
However, it does not seem to support passing an authorization header during the handshake – a pretty essential feature for any production application.
Without this feature, we sadly cannot use it for our use case.
The text was updated successfully, but these errors were encountered:
I put up a change to support this. @SirCipher, I would greatly appreciate if you could take a look :)
Sorry, something went wrong.
SirCipher
No branches or pull requests
Ratchet has been a great find – it's the only Rust websocket library I could find that supports
permessage-deflate
.However, it does not seem to support passing an authorization header during the handshake – a pretty essential feature for any production application.
Without this feature, we sadly cannot use it for our use case.
The text was updated successfully, but these errors were encountered: