You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: