Respect/Rest

Different behavior between Always Through and Per Route Through Routines

casimiroarruda opened this issue · 2 comments

When using only Per Route Through routine the data it's already transformed by accept routine (when accept is already set on always routine)
If I take same closure as Always Through the data parsed still untouched by accept transformation

Could you provide a single index.php file and the appropriate expected urls and its results?

I know that Accept routines are Unique, so they could be overriding one another (there can be only one). The inheritance of "always" and local routines isn't handled by Respect\Rest, there is no standard way to do it, so we leave it to the developer.

@duodraco Please provide us with an example and I will see what we can do about this issue.

Thank you for bringing it under our attention.