文件名称:wee6:Perl6 网络框架
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-28 17:41:32
小六 Perl6 PSGI 类框架。 use v6; use lib ' lib ' ; use Wee; post ' / ' => ' hi there ' ; get ' /env ' => { content_type ' text/plain ' ; env.perl }; get ' /template ' => { render ' index.html ' }; get ' /raw ' => [200, [], [ ' Raw response ' ]]; get ' /500 ' => { die ' here ' }; get ' /file ' => { content_type ' text/plain; charset=utf-8 ' ; slurp $?FILE }; get ' /redirect ' => redirec
【文件预览】:
wee6-master
----app.pl6(877B)
----t()
--------redirect.t(321B)
--------html_escape.t(586B)
--------template.t(1KB)
--------dispatch.t(2KB)
--------routes.t(2KB)
----prove6(39B)
----lib()
--------Wee.pm6(3KB)
--------Wee()
----README.md(931B)
----META.info(181B)