App::HTTPThis - Export the current directory over HTTP


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 the Plack::App::Directory manpage, 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, the Plack::App::Directory manpage, and the Net::Rendezvous::Publish manpage.


THANKS

And the Oscar goes to: Tatsuhiko Miyagawa.

For Plack, the Plack::App::Directory manpage 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
 App::HTTPThis - Export the current directory over HTTP