Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TASK: Remove Flow's RequestInterface
TLTR: Since the separation of http and cli requests the interface is completely unused. And strict types against its only implementation, the ActionRequest make it impossible to implement a custom request. -------- _Initially_ the interface was introduced with 2a26925 at beginning of time. At that time this was done probably to be able to type against the interface instead of the common `Request` class, that the Cli and Web Request both extended. With the removal of many methods in its interface 8c40ff2 and with the full separation of action and cli requests #1552 the interface became useless. The dispatcher and controller interface are both typed against the `ActionRequest` and so it's impossible to implement a custom request.
- Loading branch information