Help for this page
sub myaction : Chained('.') PathPart('myaction') POST { my ( $self, $c ) = @_; ... } }
my sub error { $c->response->status(400); ... $c->detach(); }