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

Implement WebSocket support based on Plug.Conn.Adapter.upgrade/3 #88

Merged
merged 9 commits into from Oct 31, 2022

Commits on Oct 29, 2022

  1. Configuration menu
    Copy the full SHA
    6d3725d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Configuration menu
    Copy the full SHA
    7b918d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eb4dd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd892fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0da2635 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Update plug to 1.14.0

    mtrudel committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    622ed50 View commit details
    Browse the repository at this point in the history
  2. Explicitly examine upgrade tuple

    Co-authored-by: José Valim <jose.valim@gmail.com>
    mtrudel and josevalim committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    5526816 View commit details
    Browse the repository at this point in the history
  3. Document that we support any / all of Cowboy's WebSocket options

    Co-authored-by: José Valim <jose.valim@gmail.com>
    mtrudel and josevalim committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1cdaed8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bb0af2 View commit details
    Browse the repository at this point in the history