-
-
29 Jul 2010 11:01:49 UTC
- Distribution: App-HTTPThis
- Module version: 0.002
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (2)
- Testers (2266 / 12 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: artistic_2
- Activity
24 month- Tools
- Download (8.31KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
App::HTTPThis - Export the current directory over HTTP
VERSION
version 0.002
SYNOPSIS
# Not to be used directly, see http_this command
DESCRIPTION
This class implements all the logic of the http_this command.
Actually, this is just a very thin wrapper around Plack::App::Directory, that is where the magic really is.
METHODS
new
Creates a new App::HTTPThis object, parsing the command line arguments into object attribute values.
run
Start the HTTP server.
SEE ALSO
http_this, Plack, Plack::App::Directory, and Net::Rendezvous::Publish.
THANKS
And the Oscar goes to: Tatsuhiko Miyagawa.
For Plack, Plack::App::Directory and many many others.
AUTHOR
Pedro Melo <melo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2010 by Pedro Melo.
This is free software, licensed under:
The Artistic License 2.0
Module Install Instructions
To install App::HTTPThis, copy and paste the appropriate command in to your terminal.
cpanm App::HTTPThis
perl -MCPAN -e shell install App::HTTPThis
For more information on module installation, please visit the detailed CPAN module installation guide.