post '/post' => sub { my $self = shift; my $json = $self->req->json; print header(-type => "text/html"); print Dumper($json->{test}); }; app->start;