plack::middleware::jsonp(3pm) debian man page | unix.com

Man Page: plack::middleware::jsonp

Operating Environment: debian

Section: 3pm

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 perl v5.14.2 2011-06-22 Plack::Middleware::JSONP(3pm)
Related Man Pages
plack::middleware(3pm) - debian
plack::middleware::auth::basic(3pm) - debian
plack::middleware::errordocument(3pm) - debian
plack::middleware::file::sass(3pm) - debian
plack::middleware::httpexceptions(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph