]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
♻ Instantiate `HTTPException` only when needed, optimization refactor (#5356)
authorTimothée Mazzucotelli <pawamoy@pm.me>
Sat, 10 Jun 2023 12:05:35 +0000 (14:05 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Jun 2023 12:05:35 +0000 (14:05 +0200)
commit010d44ee1bbe82b431225d57d77455643a24a2d0
treeada8b9fd574860852dc68383c138f0e2f9d439b8
parent4b31beef358e4108666013e1b7697baabdc467c0
♻ Instantiate `HTTPException` only when needed, optimization refactor (#5356)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
fastapi/security/http.py