http-message
http-message copied to clipboard
Create UploadedFilesProcessor class
Dealing with uploaded files requires quite a bit of logic, which is now all just in the ServerRequest. We should create an UploadedFilesProcessor class which deals with this.
By default, the class should create an UploadedFilesProcessor object, but is should be possible to set your own using something like $request->withUploadedFilesProcessor($processor).