SubRequest handling into another route

We are removing subRequest as it does not fit well with proper code design.

In instances where one might need a “sub” request, it is almost always the wrong design choice to resend an HTTP Request through Slim again. Typically we remove features that are not considered good practice with every Major release [ Slim 2 => 3 we removed service location … as an example ].