Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

[🚀] Add Ability to write custom checks before a request is handled #159

Open
finnWellers opened this issue Feb 9, 2020 · 0 comments
Open
Labels
enhancement New feature or request feedback wanted Extra discussion is needed

Comments

@finnWellers
Copy link
Contributor

finnWellers commented Feb 9, 2020

Describe the solution you'd like
As a developer I want to be able to write my own interceptors which are executed before a request is handled. Either way it might be a good idea to rework the structure of the request handling mechanism.

Describe why you would like to see this implemented
That would enable developers to run their own custom code before handling requests and enable fr example custom filtering, blocking or manipulation of incoming requests. This of course would require a control mechanism for an interceptor to only intercept the requests of a specific controller it is allowed to.

@finnWellers finnWellers added enhancement New feature or request feedback wanted Extra discussion is needed labels Feb 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request feedback wanted Extra discussion is needed
Development

No branches or pull requests

1 participant