There are inconsistencies in the code API. Some features can be enabled with a dedicated method in the Application class (e.g., use_sessions, use_cors), while others are not. Maybe it is best to remove the methods that were added to the Application class, since covering all scenarios cannot scale well.
There are inconsistencies in the code API. Some features can be enabled with a dedicated method in the
Applicationclass (e.g.,use_sessions,use_cors), while others are not. Maybe it is best to remove the methods that were added to theApplicationclass, since covering all scenarios cannot scale well.