table of contents
Plack::Middleware::JSONP(3pm) | User Contributed Perl Documentation | Plack::Middleware::JSONP(3pm) |
NAME¶
Plack::Middleware::JSONP - Wraps JSON response in JSONP if callback parameter is specified
SYNOPSIS¶
enable "JSONP", callback_key => 'jsonp';
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. The name of the parameter can be set while enabling the middleware.
This middleware only works with a non-streaming response, and doesn't touch the response otherwise.
AUTHOR¶
Tatsuhiko Miyagawa
SEE ALSO¶
Plack
2022-09-06 | perl v5.34.0 |