Skip to content
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

Implement annotation for endpoints with no behaviour #3

Merged
merged 1 commit into from
Feb 27, 2019

Conversation

lcobucci
Copy link
Member

Classes with this annotations are going to be mapped directly as handlers of the HTTP application, without intermediate component.

Classes with this annotations are going to be mapped directly as
handlers of the HTTP application, without intermediate component.
@lcobucci lcobucci added the Improvement Improvement of existing feature label Feb 27, 2019
@lcobucci lcobucci added this to the 0.2.0 milestone Feb 27, 2019
@lcobucci lcobucci self-assigned this Feb 27, 2019
@lcobucci lcobucci merged commit 00159c0 into master Feb 27, 2019
@lcobucci
Copy link
Member Author

@rdohms @frankkoornstra @dsantang please review it when you're able and let me know if you find any issue with it 👍

@lcobucci lcobucci deleted the allow-mapping-request-handlers branch February 27, 2019 15:33
@rdohms
Copy link

rdohms commented Feb 27, 2019

Damn you quick to merge.
I'm trying to see the big picture here, why you are adding this and what really changes, i'\m a bit rusty in the what happens in-between sector

@lcobucci
Copy link
Member Author

@rdohms main idea is to allow people to register customised request handlers in an easy manner. Not a huge thing but reduces the amount of things to be configured manually on the router.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Improvement of existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants