MyApp->to_app; builder { enable 'Deflater'; mount '/' => MyApp->to_app; mount '/json' => MyApp::Controller->to_app; }