https:///getparam?h1=hello&h2=goodbye
get \'getparam\' => sub { my $c = shift; print $c->param(\'h1\') . "\\n";