You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BC break] Do something about basePath from Request. Maybe middleware solution instead? (@akrabat)
[BC break] Remove determineRouteBeforeDispatch and make routing a middleware that can be placed where you want it to be. If you don't add it yourself, we would add it immediately before dispatch. (@akrabat)
Use getallheaders() to get the Authorisation header. (irc channel)
Move documentation into main repo and publish to website on each new release. That way we can insist on documentation with the PR.
[BC break] Either rename Slim\Exception\SlimException or remove it.
Here are some intiial thoughts:
Slim\Httpinto separate PSR-7 component (ONLY PSR-7 methods)Additional ideas:
subRequestat all (@codeguy/@silentworks/@geggleto)__invokeandrunonAppand see if we can consolidate functionality and make them easier to unit test. (@geggleto)Slim\Http? See (Thoughts?) Feature - Allow users to Specify their own Http Classes Easily #1850 (@Raistlfiren)pathFor()'s parameters? see More flexibility for URL parameters #1800 (@akrabat)basePathfromRequest. Maybe middleware solution instead? (@akrabat)determineRouteBeforeDispatchand make routing a middleware that can be placed where you want it to be. If you don't add it yourself, we would add it immediately before dispatch. (@akrabat)getallheaders()to get the Authorisation header. (irc channel)Slim\Exception\SlimExceptionor remove it.Please add additional thoughts below.