NAME
Developer::Dashboard::Web::Server - HTTP server bridge for Developer Dashboard
SYNOPSIS
my $server = Developer::Dashboard::Web::Server->new(app => $app);
$server->run;
DESCRIPTION
This module owns the local HTTP listener and adapts HTTP::Daemon requests to the web application contract used by Developer Dashboard.
METHODS
new, run, start_daemon, listening_url, serve_daemon
Construct and run the local web server.