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

Ascola/add handler type aliases #5847

Merged

Commits on Jul 1, 2021

  1. Add handler type alias

    Add a type alias for handlers to make it easier to annotate code which
    uses `aiohttp`.
    AustinScola committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    2eb6825 View commit details
    Browse the repository at this point in the history
  2. Use the handle type alias

    Make use of added `Handler` type alias.
    AustinScola committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    5aaef80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b632d39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da9ccb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67f08f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9dc4765 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Move import before declarations

    Move the handler type alias import before declarations of other type
    aliases.
    AustinScola committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    a00d2f9 View commit details
    Browse the repository at this point in the history