You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
As of
v7.5.0
ofstubby4j
, added support for stubbing WebSockets protocol (RFC6455) connections overHTTP/1.1
andHTTP/1.1
with TLS. In other words, you can stub a web socket with thestubby4j
app, and use it to exchange messages across the WebSocket connection betweenstubby4j
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
The text was updated successfully, but these errors were encountered: