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

Multiple functionality endpoints #3

Open
ChrisMcKenzie opened this issue Feb 19, 2020 · 0 comments
Open

Multiple functionality endpoints #3

ChrisMcKenzie opened this issue Feb 19, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ChrisMcKenzie
Copy link
Owner

Currently if you have two endpoints that have the same method and same uri accord will take the first one when using accord serve and only serve that endpoint even if the two endpoints may have different request and response fields.

It would be nice if you could define two different endpoints with the same uri and method with different request and response and the accord serve function would inspect the incoming request and match it with an endpoint request as a whole

@ChrisMcKenzie ChrisMcKenzie added enhancement New feature or request help wanted Extra attention is needed labels Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant