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

WebSocketClientHandshaker: add public accessors for parameters #13009

Merged
merged 1 commit into from Nov 21, 2022

Commits on Nov 18, 2022

  1. WebSocketClientHandshaker: add public accessors for parameters

    Motivation:
    
    Websocket client & server handshakers may be extended with custom frame encoder / decoder,
    however client handshaker parameters are private so cant be accessed by custom frame encoder / decoder.
    
    Modifications:
    
    WebSocketClientHandshaker: add public accessors for parameters.
    
    Result:
    
    Custom frame encoder / decoder may be provided with websocket client handshaker parameters
    mostroverkhov committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    e6a6ecd View commit details
    Browse the repository at this point in the history