Plack::Middleware::JSONP.3pm

Langue: en

Version: 2010-05-04 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Plack::Middleware::JSONP - Wraps JSON response in JSONP if callback parameter is specified

DESCRIPTION

Plack::Middleware::JSONP wraps JSON response, which has Content-Type value either "text/javascript" or "application/json" as a JSONP response which is specified with the "callback" query parameter.

This middleware only works with an application response with content body set as a single element array ref and doesn't touch the response otherwise.

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

Plack