Request URI parameters have their own Resolver now!
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.