A small, but long-requested addition, you may now send a validate
message directly on your Request
instance. Even better, this method call will return the validated data, which means you can pass the result directly to your model's create
or update
methods. Simpler code for the win!