Help for this page
'/update' => \&Update,
sub Update { ... .... return qq(<h1>update successful</h1>) # or whatever }
$appeasy->response->code( 404 ); # or whatever
'/help' => \$help_text,
'/' => \$default_page,
=pod ... __PACKAGE__