Help for this page
sub send_json_data: Runmode { my $self = shift; $self->header_add(-type=>"application/json"); ... }
sub _send_headers { my $self = shift; ... $self->header_add('-type' => 'text/javascript'); } }