Group
Extension

Matches 2

Spek ( M/ME/MELEZHIK/Spek-0.0.9.tar.gz, MELEZHIK, 2016; MetaCPAN )
Spek/README.pod ( view source; MetaCPAN )
es> documentation to know more about swat meta stories.


=head1 Advanced usage


=head2 handling json responses

Modify Kelp controller


=head3 GET /user/id

    $ cat user/id/get.pm
    
    my ($s
$id}->{age}
    }

Add json handler to swat test:

    $ cat user/id/get.handler
    
    my $headers   = shift;
    my $body      = shift;
    use JSON;
    $hash = decode_json($body);
    return "$h
Spek ( M/ME/MELEZHIK/Spek-0.0.9.tar.gz, MELEZHIK, 2016; MetaCPAN )
Spek/lib/Spek.pm ( view source; MetaCPAN )
es> documentation to know more about swat meta stories.


=head1 Advanced usage


=head2 handling json responses

Modify Kelp controller


=head3 GET /user/id

    $ cat user/id/get.pm
    
    my ($s
$id}->{age}
    }

Add json handler to swat test:

    $ cat user/id/get.handler
    
    my $headers   = shift;
    my $body      = shift;
    use JSON;
    $hash = decode_json($body);
    return "$h

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.