logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Pinto::Server - Web interface to a Pinto repository

Attributes

root
       The path to the root directory of your Pinto repository.  The repository must already exist at this
       location.  This attribute is required.

   auth
       The hashref of authentication options, if authentication is to be used within the server. One of the
       options must be 'backend', to specify which Authen::Simple:: class to use; the other key/value pairs will
       be passed as-is to the Authen::Simple class.

   router
       An object that does the Pinto::Server::Handler role.  This object will do the work of processing the
       request and returning a response.

   default_port
       Returns the default port number that the server will listen on.  This is a class attribute.

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

Methods

to_app()
       Returns the application as a subroutine reference.

   call($env)
       Invokes the application with the specified environment.  Returns a PSGI-compatible response.

       There is nothing to see here.

       Look at pintod if you want to start the server.

Name

       Pinto::Server - Web interface to a Pinto repository

Version

       version 0.14

See Also