NAME
App::HTTPThis - A simple local web server.
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::DirectoryIndex, 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::DirectoryIndex, and Net::Rendezvous::Publish.
THANKS
And the Oscar goes to: Tatsuhiko Miyagawa.
For Plack, Plack::App::Directory and many many others.