Security Advisories (1)
CPANSA-Kelp-2014-01 (2014-05-30)

X-Real-IP, X-Forwarded-Host and X-Remote-User headers were trusted and used in Kelp::Request

NAME

Kelp::Module::JSON - Simple JSON module for a Kelp application

SYNOPSIS

package MyApp;
use Kelp::Base 'Kelp';

sub some_route {
    my $self = shift;
    return $self->json->encode( { yes => 1 } );
}

REGISTERED METHODS

This module registers only one method into the application: json.