文件名称:Kelp:Kelp 的只读发布历史记录
文件大小:117KB
文件格式:ZIP
更新时间:2024-07-22 04:34:11
Perl
名称 Kelp - 一个轻量级但营养丰富的网络框架。 概要 第一的 ... # lib/MyApp.pm package MyApp ; use parent ' Kelp ' ; sub build { my $self = shift ; my $r = $self -> routes; $r -> add( " /hello " , sub { " Hello, world! " } ); $r -> add( ' /hello/:name ' , ' greet ' ); } sub greet { my ( $self , $name ) = @_ ; " Hello, $name ! " ; } 1; 然后 ... # app.psgi use MyApp; my $app = MyApp -> new; $app ->
【文件预览】:
Kelp-master
----conf()
--------test.pl(64B)
----log()
--------keep(0B)
----t()
--------bin_tests.t(558B)
--------conf()
--------loaded_modules.t(211B)
--------module_config_merge.t(4KB)
--------test_request.t(816B)
--------log()
--------views()
--------module_load.t(813B)
--------response_finalize.t(349B)
--------run.t(3KB)
--------module_template_null.t(250B)
--------module_template.t(748B)
--------module_logger.t(678B)
--------routes_controller.t(866B)
--------lib()
--------less.t(2KB)
--------request_session.t(1KB)
--------response.t(3KB)
--------module.t(1KB)
--------routes_url.t(705B)
--------module_config.t(1KB)
--------routes_add.t(5KB)
--------template.t(580B)
--------pattern_match.t(7KB)
--------release-pod-syntax.t(302B)
--------test.psgi(56B)
--------test_psgi.t(194B)
--------base.t(2KB)
--------pattern_cache.t(2KB)
--------module_json.t(278B)
--------pattern_build.t(2KB)
--------run_bridge.t(1KB)
--------module_config_get.t(843B)
--------request.t(3KB)
--------module_config_null.t(327B)
--------routes_camelize.t(782B)
--------routes_match.t(3KB)
--------subclassed.t(784B)
--------response_redirect.t(1012B)
--------middleware.t(723B)
--------response_error.t(2KB)
----Makefile.PL(2KB)
----META.yml(1KB)
----lib()
--------Kelp.pm(34KB)
--------Kelp()
----Changes(7KB)
----dist.ini(186B)
----LICENSE(18KB)
----README.md(28KB)
----MANIFEST(2KB)
----README(29KB)
----bin()
--------Kelp(5KB)