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

feat: support anyio, sending denial response, handshake headers #34

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    1272208 View commit details
    Browse the repository at this point in the history
  2. feat: support Anyio totally

    WSH032 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    430acd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. test: using anyio instead of asyncio in tests

    And simplify the `UvicornServer` class in test
    WSH032 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ef8da55 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    b35f2ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a7f4b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    8f0ba1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4346615 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. feat: enhance the robustness of WebSocket error handling and remove t…

    …he HTTP version restriction
    WSH032 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    326f8b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11f9ff9 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. feat!: support sending denial response, handshake headers, and better…

    … handling of closure
    
    BREAKING CHANGE: The return signature of `ReverseWebSocketProxy.proxy` has been changed;
    it no longer returns `StarletteResponse`, but instead returns `True`
    WSH032 committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    6ddb50e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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