008005;
use strict;
use warnings;
our $VERSION = "0.02";
use parent qw/Plack::Middleware/;
use JSON;
use Try::Tiny;
use Data::Dumper;
use Text::Xslate;
use Plack::Request;
use Term::ANSIColor;
use
ype", "application/json");
req.send(JSON.stringify(opts));
req.onreadystatechange = function() {
if(req.readyState == 4) {
var res = JSON.parse(req.response
THOR
Tasuku SUENAGA a.k.a. gunyarakun E<lt>tasuku-s-github@titech.acE<gt>
=head1 TODO
- REPL
- JSON response
=head1 SEE ALSO
L<Plack::Middleware::StackTrace> L<Devel::StackTrace::AsHTML> L<Plack: