Files
slowapi/docs
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-10-01 16:46:04 +01:00
2020-10-01 16:46:04 +01:00
2020-12-23 09:48:50 +00:00