Group
Extension

Matches 1

Mojolicious-Plugin-SecureCORS ( P/PO/POWERMAN/Mojolicious-Plugin-SecureCORS-v2.0.5.tar.gz, POWERMAN, 2023; MetaCPAN )
Mojolicious-Plugin-SecureCORS/lib/Mojolicious/Plugin/SecureCORS.pm ( view source; MetaCPAN )
$r->any([qw(GET POST)] => '/rpc',
        headers => { 'Content-Type' => 'application/json-rpc' },
    )->to('jsonrpc#handler',
        'cors.origin'       => 'http://localhost',
    );
    $r->post('

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