endpoints icon indicating copy to clipboard operation
endpoints copied to clipboard

Should BaseApplication.find_controller_info be moved to Router?

Open Jaymon opened this issue 3 months ago • 0 comments

There could be a Router.create_controller method that gets called from BaseApplication.create_controller and then Router can internalize all the controller info stuff. A pro would be all that stuff is in one place, a con would be Router would now have to know about Request and Response, or just Request if it didn't want to create an actual controller instance.

Jaymon avatar Mar 19 '24 21:03 Jaymon