Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.