1Pinto::Server(3) User Contributed Perl Documentation Pinto::Server(3)
2
3
4
6 Pinto::Server - Web interface to a Pinto repository
7
9 version 0.14
10
12 root
13 The path to the root directory of your Pinto repository. The
14 repository must already exist at this location. This attribute is
15 required.
16
17 auth
18 The hashref of authentication options, if authentication is to be used
19 within the server. One of the options must be 'backend', to specify
20 which Authen::Simple:: class to use; the other key/value pairs will be
21 passed as-is to the Authen::Simple class.
22
23 router
24 An object that does the Pinto::Server::Handler role. This object will
25 do the work of processing the request and returning a response.
26
27 default_port
28 Returns the default port number that the server will listen on. This
29 is a class attribute.
30
32 to_app()
33 Returns the application as a subroutine reference.
34
35 call( $env )
36 Invokes the application with the specified environment. Returns a
37 PSGI-compatible response.
38
39 There is nothing to see here.
40
41 Look at pintod if you want to start the server.
42
44 Jeffrey Ryan Thalhammer <jeff@stratopan.com>
45
47 This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer.
48
49 This is free software; you can redistribute it and/or modify it under
50 the same terms as the Perl 5 programming language system itself.
51
52
53
54perl v5.28.0 2017-08-06 Pinto::Server(3)