Plack::App::GitSmartHttp - Git Smart HTTP Server PSGI(Plack) Implementation
use Plack::App::GitSmartHttp;
Plack::App::GitSmartHttp->new(
root => '/var/git/repos',
git_path => '/usr/bin/git',
upload_pack => 1,
received_pack => 1
)->to_app;
Plack::App::GitSmartHttp is Git Smart HTTP Server PSGI(Plack) Implementation.
Ryuzo Yamamoto E<lt>[email protected]<gt>
Smart HTTP Transport : <http://progit.org/2010/03/04/smart-http.html>
Grack : <https://github.com/schacon/grack>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.