Files
slowapi/tests
Guillaume Gardey acde458c45 fix: Address issue with decorator
The value returned by an endpoint may not be an instance or subclass
of `Response`, in this case FastAPI builds the actual Response
at an upper level in the middleware stack.
This patch allows the decorator to inspect the endpoint to retrieve the
associated `Response` to allow headers to be injected.
2020-12-23 09:48:50 +00:00
..
2020-02-21 13:51:35 +00:00
2020-10-01 20:11:19 +01:00