Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragon3/plack-app-gitsmarthttp
Git Smart HTTP Server Plack Implementation
https://github.com/dragon3/plack-app-gitsmarthttp
perl plack
Last synced: 2 months 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 13 years ago)
- Default Branch: master
- Last Pushed: 2019-09-22T09:25:32.000Z (over 5 years ago)
- Last Synced: 2023-08-20T22:25:45.001Z (over 1 year ago)
- Topics: perl, plack
- Language: Perl
- Homepage:
- Size: 55.7 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[![Actions Status](https://github.com/dragon3/Plack-App-GitSmartHttp/workflows/test/badge.svg)](https://github.com/dragon3/Plack-App-GitSmartHttp/actions) [![Coverage Status](https://img.shields.io/coveralls/dragon3/Plack-App-GitSmartHttp/master.svg?style=flat)](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 [email protected]
# 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.