文件名称:Lintel:适用于PSGI应用程序的Perl Not-Quite-Framework
文件大小:26KB
文件格式:ZIP
更新时间:2024-06-08 15:48:30
Perl
名称 Lintel-Perl +微服务的微框架 概要 use Lintel; $tt->config({ INCLUDE_PATH => '...', }); $router ->register_dir('./API/') ->register_dir('./Views/') ->register(qw( http://localhost:4040/ http://other_server.com/ )); $router->app; # Feed this to a PSGI server # ./Views/Widgets.pm package MyApp::Views::Widgets; use warnings; use strict; use Lintel; sub enlist { my ($class
【文件预览】:
Lintel-master
----minil.toml(68B)
----.gitignore(196B)
----Changes(79B)
----t()
--------00_compile.t(82B)
----Build.PL(301B)
----.travis.yml(148B)
----LICENSE(18KB)
----examples()
--------api()
--------templates()
--------views()
--------demo.pl(700B)
--------WaitThree.pm(225B)
--------microservices.go(1KB)
--------server.pl(382B)
----README.md(2KB)
----META.json(2KB)
----lib()
--------Lintel.pm(2KB)
--------Lintel()
----cpanfile(452B)