Amon2 6.16 Latest
Files
- Build.PL
- Changes
- LICENSE
- MANIFEST
- META.json
- META.yml
- README.md
- README.mkdn
- TODO
- author/assets.pl
- author/test-externals.pl
- cpanfile
- eg/Hello/Hello.psgi
- eg/Hello/Makefile.PL
- eg/Hello/config/development.pl
- eg/Hello/htdocs/static/css/main.css
- eg/Hello/lib/Hello.pm
- eg/Hello/lib/Hello/ConfigLoader.pm
- eg/Hello/lib/Hello/DB.pm
- eg/Hello/lib/Hello/DB/Schema.pm
- eg/Hello/lib/Hello/Web.pm
- eg/Hello/lib/Hello/Web/C/Root.pm
- eg/Hello/lib/Hello/Web/Dispatcher.pm
- eg/Hello/lib/Hello/Web/Request.pm
- eg/Hello/lib/Hello/Web/Response.pm
- eg/Hello/script/make_schema.pl
- eg/Hello/sql/sqlite.sql
- eg/Hello/t/01_root.t
- eg/Hello/t/02_mech.t
- eg/Hello/tmpl/include/footer.tt
- eg/Hello/tmpl/include/header.tt
- eg/Hello/tmpl/index.tt
- eg/Hello/xt/01_podspell.t
- eg/Hello/xt/02_perlcritic.t
- eg/Hello/xt/03_pod.t
- eg/Hello/xt/perlcriticrc
- eg/LongPoll/Makefile.PL
- eg/LongPoll/chat.psgi
- eg/apps/DeepNamespace/DeepNamespace.psgi
- eg/apps/DeepNamespace/Makefile.PL
- eg/apps/DeepNamespace/lib/DeepNamespace.pm
- eg/apps/DeepNamespace/lib/DeepNamespace/Config.pm
- eg/apps/DeepNamespace/lib/DeepNamespace/V/MT.pm
- eg/apps/DeepNamespace/lib/DeepNamespace/V/MT/Context.pm
- eg/apps/DeepNamespace/lib/DeepNamespace/Web/Admin.pm
- eg/apps/DeepNamespace/lib/DeepNamespace/Web/Admin/C/Root.pm
- eg/apps/DeepNamespace/lib/DeepNamespace/Web/Admin/Dispatcher.pm
- eg/apps/DeepNamespace/lib/DeepNamespace/Web/User.pm
- eg/apps/DeepNamespace/lib/DeepNamespace/Web/User/C/Root.pm
- eg/apps/DeepNamespace/lib/DeepNamespace/Web/User/Dispatcher.pm
- eg/apps/DeepNamespace/t/01_root.t
- eg/apps/DeepNamespace/tmpl/base.mt
- eg/apps/DeepNamespace/tmpl/index.mt
- eg/apps/Extended/Extended.psgi
- eg/apps/Extended/Makefile.PL
- eg/apps/Extended/lib/Extended.pm
- eg/apps/Extended/lib/Extended/V/MT/Context.pm
- eg/apps/Extended/lib/Extended/Web.pm
- eg/apps/Extended/lib/Extended/Web/C/Root.pm
- eg/apps/Extended/lib/Extended/Web/Dispatcher.pm
- eg/apps/Extended/lib/Extended/Web/Request.pm
- eg/apps/Extended/t/01_root.t
- eg/apps/Extended/t/02_die.t
- eg/apps/Extended/t/03_session.t
- eg/apps/Extended/tmpl/base.mt
- eg/apps/Extended/tmpl/index.mt
- eg/apps/SampleApp/SampleApp.psgi
- eg/apps/SampleApp/lib/SampleApp.pm
- eg/apps/SampleApp/lib/SampleApp/Config.pm
- eg/apps/SampleApp/lib/SampleApp/V/MT/Context.pm
- eg/apps/SampleApp/lib/SampleApp/Web/C/Root.pm
- eg/apps/SampleApp/lib/SampleApp/Web/Dispatcher.pm
- eg/apps/SampleApp/tmpl/base.mt
- eg/apps/SampleApp/tmpl/index.mt
- eg/realtime-chat/chat.psgi
- lib/Amon2.pm
- lib/Amon2/Config/Simple.pm
- lib/Amon2/ContextGuard.pm
- lib/Amon2/Declare.pm
- lib/Amon2/Plugin/Web/FillInFormLite.pm
- lib/Amon2/Plugin/Web/JSON.pm
- lib/Amon2/Plugin/Web/NoCache.pm
- lib/Amon2/Plugin/Web/PlackSession.pm
- lib/Amon2/Plugin/Web/Streaming.pm
- lib/Amon2/Plugin/Web/WebSocket.pm
- lib/Amon2/Setup/Asset/Blueprint.pm
- lib/Amon2/Setup/Asset/Bootstrap.pm
- lib/Amon2/Setup/Asset/MicroDispatcherJS.pm
- lib/Amon2/Setup/Asset/MicroLocationJS.pm
- lib/Amon2/Setup/Asset/MicroTemplateJS.pm
- lib/Amon2/Setup/Asset/SprintfJS.pm
- lib/Amon2/Setup/Asset/StrftimeJS.pm
- lib/Amon2/Setup/Asset/XSRFTokenJS.pm
- lib/Amon2/Setup/Asset/jQuery.pm
- lib/Amon2/Setup/Flavor.pm
- lib/Amon2/Setup/Flavor/Basic.pm
- lib/Amon2/Setup/Flavor/Large.pm
- lib/Amon2/Setup/Flavor/Minimum.pm
- lib/Amon2/Setup/VC/Git.pm
- lib/Amon2/Trigger.pm
- lib/Amon2/Util.pm
- lib/Amon2/Web.pm
- lib/Amon2/Web/Dispatcher/Lite.pm
- lib/Amon2/Web/Dispatcher/RouterBoom.pm
- lib/Amon2/Web/Dispatcher/RouterSimple.pm
- lib/Amon2/Web/Request.pm
- lib/Amon2/Web/Response.pm
- lib/Amon2/Web/Response/Callback.pm
- lib/Amon2/Web/WebSocket.pm
- minil.toml
- script/amon2-setup.pl
- share/flavor/Basic/config/__ENV__.pl
- share/flavor/Basic/db/dot.gitignore
- share/flavor/Basic/dot.gitignore
- share/flavor/Basic/dot.proverc
- share/flavor/Basic/lib/__PATH__.pm
- share/flavor/Basic/lib/__PATH__/DB.pm
- share/flavor/Basic/lib/__PATH__/DB/Row.pm
- share/flavor/Basic/lib/__PATH__/DB/Schema.pm
- share/flavor/Basic/lib/__PATH__/Web.pm
- share/flavor/Basic/lib/__PATH__/Web/Dispatcher.pm
- share/flavor/Basic/lib/__PATH__/Web/Plugin/Session.pm
- share/flavor/Basic/script/server.pl
- share/flavor/Basic/sql/mysql.sql
- share/flavor/Basic/sql/sqlite.sql
- share/flavor/Basic/static/__STATUS__.html
- share/flavor/Basic/static/css/main.css
- share/flavor/Basic/static/js/main.js
- share/flavor/Basic/t/00_compile.t
- share/flavor/Basic/t/03_assets.t
- share/flavor/Basic/t/06_jshint.t
- share/flavor/Basic/t/Util.pm
- share/flavor/Basic/tmpl/include/layout.tx
- share/flavor/Basic/tmpl/include/pager.tx
- share/flavor/Basic/tmpl/index.tx
- share/flavor/Basic/xt/02_perlcritic.t
- share/flavor/Large/lib/__PATH__/Web/C/Account.pm
- share/flavor/Large/lib/__PATH__/__MONIKER__.pm
- share/flavor/Large/lib/__PATH__/__MONIKER__/C/Root.pm
- share/flavor/Large/lib/__PATH__/__MONIKER__/Dispatcher.pm
- share/flavor/Large/lib/__PATH__/__MONIKER__/ViewFunctions.pm
- share/flavor/Large/script/admin.pl
- share/flavor/Large/script/web.pl
- share/flavor/Large/sql/mysql.sql
- share/flavor/Large/sql/sqlite.sql
- share/flavor/Large/static/admin/css/admin.css
- share/flavor/Large/t/00_compile.t
- share/flavor/Large/t/04_admin.t
- share/flavor/Large/t/07_mech_links.t
- share/flavor/Large/tmpl/admin/error.tx
- share/flavor/Large/tmpl/admin/include/layout.tx
- share/flavor/Large/tmpl/admin/include/sidebar.tx
- share/flavor/Large/tmpl/admin/index.tx
- share/flavor/Large/tmpl/web/error.tx
- share/flavor/Minimum/Build.PL
- share/flavor/Minimum/builder/MyBuilder.pm
- share/flavor/Minimum/lib/__PATH__.pm
- share/flavor/Minimum/lib/__PATH__/Web.pm
- share/flavor/Minimum/lib/__PATH__/Web/View.pm
- share/flavor/Minimum/lib/__PATH__/Web/ViewFunctions.pm
- share/flavor/Minimum/minil.toml
- share/flavor/Minimum/script/server.pl
- share/flavor/Minimum/t/00_compile.t
- share/flavor/Minimum/t/01_root.t
- share/flavor/Minimum/t/02_mech.t
- share/flavor/Minimum/t/Util.pm
- share/flavor/Minimum/tmpl/index.tx
- share/flavor/Minimum/xt/01_pod.t
- t/00_compile.t
- t/100_core/001_request_param_decoded.t
- t/100_core/002_response.t
- t/100_core/003_redirect.t
- t/100_core/004_web_to_app_leak.t
- t/100_core/005_trigger.t
- t/100_core/008_request_uri_with.t
- t/100_core/009_uri_for.t
- t/100_core/010_add_config.t
- t/100_core/011_random_string.t
- t/100_core/012_trigger_controller.t
- t/100_core/013_tiffany.t
- t/100_core/014_load_plugins.t
- t/100_core/015_debug_mode.t
- t/100_core/016_context_guard.t
- t/100_core/017_local_context.t
- t/200_app/01_extended.t
- t/200_app/02_deepnamespace.t
- t/300_setup/01_minimum.t
- t/300_setup/02_basic.t
- t/300_setup/03_asset.t
- t/300_setup/06_large.t
- t/300_setup/07_run_cli_server.t
- t/300_setup/08_installable.t
- t/300_setup/09_minil_migrate.t
- t/600_plugins/005_fillin_form_lite.t
- t/600_plugins/007_json.t
- t/600_plugins/007_json_default_encoding.t
- t/600_plugins/007_json_hijacking.t
- t/600_plugins/007_json_keysort.t
- t/600_plugins/007_json_x_api_status.t
- t/600_plugins/008_no_cache.t
- t/600_plugins/010_plack_session.t
- t/600_plugins/012_streaming.t
- t/600_plugins/013_websocket.t
- t/600_plugins/014_streaming_header_splitting.t
- t/800_dispatcher/002_router_simple.t
- t/800_dispatcher/003_lite.t
- t/800_dispatcher/004_router_boom.t
- t/800_dispatcher/004_router_boom_sinatraish.t
- t/TestFlavor.pm
- t/Util.pm
- t/tmpl/foo.mt
- xt/02_perlcritic.t
- xt/06_dependencies.t
- xt/skelton/01_basic.t