Skip to content

Use a FastAPI middleware instead

Tim Weber requested to merge middleware into main

Turns out we don't have to hook into the routing at all because we can use request.scope.

Merge request reports