httprouter

HTTP::Router をリリースしました

あけましておめでとうございます.新年一発目の CPAN モジュールリリースは HTTP::Router になりました.HTTP-Router-0.05 - Yet Another Path Router for HTTP - metacpan.org次期 Rails に統合される Merb の Merb::Router を移植したようなものです.詳し…

メモ

一部実装した. # (o) match $router->define(sub { $_->match( $path, $conditions? )->to( $defaults? ); }); # (o) nested match $router->define(sub { $_->match( $parent_path, $conditions?, sub { $_->match( $child_path, $conditions? )->to( $def…