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

[NEW FEATURE RELEASED]: Added support for WebSocket [RFC6455] over HTTP/1.1 and HTTP/1.1 with TLS #409

Open
azagniotov opened this issue Dec 10, 2021 · 0 comments
Assignees
Labels
announcement various announcement pinned pinned

Comments

@azagniotov
Copy link
Owner

azagniotov commented Dec 10, 2021

As of v7.5.0 of stubby4j, added support for stubbing WebSockets protocol (RFC6455) connections over HTTP/1.1 and HTTP/1.1 with TLS. In other words, you can stub a web socket with the stubby4j app, and use it to exchange messages across the WebSocket connection between stubby4j web socket server and your client.

This can help you to perform WebSocket request verification, verify how your application behaves under web socket server push, and more. See WebSockets configuration HOWTO and client side TLS configuration in making requests over TLS section

@azagniotov azagniotov added announcement various announcement pinned pinned labels Dec 10, 2021
@azagniotov azagniotov self-assigned this Dec 10, 2021
Repository owner locked as resolved and limited conversation to collaborators Dec 10, 2021
@azagniotov azagniotov pinned this issue Dec 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
announcement various announcement pinned pinned
Projects
None yet
Development

No branches or pull requests

1 participant