Skip to content

Request URI parameters have their own Resolver now!

Compare
Choose a tag to compare
@shulard shulard released this 06 Oct 09:34
· 26 commits to main since this release
211ea68

This release introduces a new object in the CHStudio\Raven\Http\Factory namespace named: RequestUriParametersResolver.

Its goal is to allow resolving URI parameters value using a ValueResolverInterface object. You can use Faker or your own logic to resolve your params ^^

Check the updated README to know how to use it.

Also the BodyResolverInterface was renamed ValueResolverInterface to be more convenient with the logic. It will be used on different kind of things, not just the Body.