Group
Extension

Matches 1

AnyEvent-HTTPD-ExtDirect ( T/TO/TOKAREV/AnyEvent-HTTPD-ExtDirect-3.20.tar.gz, TOKAREV, 2015; MetaCPAN )
AnyEvent-HTTPD-ExtDirect/lib/AnyEvent/HTTPD/ExtDirect.pm ( view source; MetaCPAN )
$req->respond([
        200,
        'OK',
        {
            'Content-Type'   => 'application/json; charset=utf-8',
            'Content-Length' => $content_length,
        },
        $http_body,


        $keyword{ '_uploads' } = \@uploaded_files if @uploaded_files;
    };

    # Metadata is JSON encoded; decode_metadata lives by side effects!
    if ( exists $keyword{metadata} ) {
        RP

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