https://github.com/dragon3/plack-app-gitsmarthttp
Git Smart HTTP Server Plack Implementation
https://github.com/dragon3/plack-app-gitsmarthttp
perl plack
Last synced: about 1 year ago
JSON representation
Git Smart HTTP Server Plack Implementation
- Host: GitHub
- URL: https://github.com/dragon3/plack-app-gitsmarthttp
- Owner: dragon3
- License: other
- Created: 2011-10-15T05:32:39.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-09-22T09:25:32.000Z (over 6 years ago)
- Last Synced: 2025-04-20T13:36:21.275Z (about 1 year ago)
- Topics: perl, plack
- Language: Perl
- Homepage:
- Size: 55.7 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/dragon3/Plack-App-GitSmartHttp/actions) [](https://coveralls.io/r/dragon3/Plack-App-GitSmartHttp?branch=master)
# 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 Eryuzo.yamamoto@gmail.comE
# SEE ALSO
Smart HTTP Transport :
Grack :
# LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.