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

WebSockets Next: enable configuration of supported subprotocols #39624

Merged
merged 1 commit into from
Mar 22, 2024

Commits on Mar 21, 2024

  1. WebSockets Next: enable configuration of supported subprotocols

    - add WebSocketConnection#subprotocol() that can be used to obtain the
    subprotocol selected by the handshake
    - the values defined with quarkus.websockets-next.supported-subprotocols
    contribute to the set of subprotocols passed to the HTTP server
    configuration
    - also add constants for handshake headers defined by the RFC
    - resolves quarkusio#39465
    mkouba committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    548a49c View commit details
    Browse the repository at this point in the history