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

Turn RawResponseMessage into a NamedTuple #7365

Merged
merged 3 commits into from
Jul 17, 2023

Commits on Jul 12, 2023

  1. Turn RawResponseMessage into a NamedTuple

    This makes pyright happier when accessing .text()
    Gobot1234 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a712d0a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Update http_parser.py

    Dreamsorcerer committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b226f1b View commit details
    Browse the repository at this point in the history
  2. Create 7365.feature

    Dreamsorcerer committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a5162a4 View commit details
    Browse the repository at this point in the history