request-model icon indicating copy to clipboard operation
request-model copied to clipboard

Introduce request body modifiers

Open rustamwin opened this issue 3 years ago • 1 comments

It would be nice to add transformers that should transform the request body before validation.

public function setRequestData(array $requestData): void
{
    $this->requestData = $this->doTransform($requestData);
}

rustamwin avatar Apr 05 '22 10:04 rustamwin

That would be convenient.

samdark avatar Apr 05 '22 10:04 samdark