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

✨ Allow custom middlewares to raise HTTPExceptions and propagate them #2036

Merged
merged 5 commits into from Aug 25, 2022

Commits on Sep 12, 2020

  1. Added in exception handling into router to allow execptions raised by…

    … middleware to surface up through the use of HTTPException, tests to complement it as added additional exception branching
    ghandic committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    2ef2a55 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    232f90e View commit details
    Browse the repository at this point in the history
  2. 🔀 Merge master

    tiangolo committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2adcc65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0111167 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a4a545 View commit details
    Browse the repository at this point in the history