Plack-App-GitSmartHttp
view release on metacpan or search on metacpan
[](https://travis-ci.org/dragon3/Plack-App-GitSmartHttp) [](https://c...
# NAME
Plack::App::GitSmartHttp - Git Smart HTTP Server PSGI(Plack) Implementation
# SYNOPSIS
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;
# DESCRIPTION
Plack::App::GitSmartHttp is Git Smart HTTP Server PSGI(Plack) Implementation.
# AUTHOR
Ryuzo Yamamoto E<lt>ryuzo.yamamoto@gmail.comE<gt>
# SEE ALSO
Smart HTTP Transport : <http://progit.org/2010/03/04/smart-http.html>
Grack : <https://github.com/schacon/grack>
# LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
( run in 0.924 second using v1.01-cache-2.11-cpan-73692580452 )