-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding server.inspect to list decorated framework interfaces #3409
Conversation
I prefer this was much simpler. |
Agreed, will revisit this approach. |
@hueniverse just for clarification, are you suggesting:
Or
|
The latter makes more sense to me. |
@devinivy any particular reason why? |
Yes– it's hard to get a hold of a request object or reply interface simply to check if they're decorated with a specific method. Decorations are (probably!) added at plugin registration time, so I think they should be able to be introspected at plugin registration time as well. |
Ok I agree. Why not both? if you want to check on request you'd have to go |
Just |
@AdriVanHoudt I would omit that for the express purpose of keeping the features of the API independent of each other. Plus, if you already have a |
@hueniverse is this approach more inline? |
I'll review it in a week or two. |
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions. |
Addresses enhancement request: #3408