Catalyst-Plugin-Snippets
view release on metacpan or search on metacpan
use_session_id
This fields allows you to automatically create a different
"namespace" for each user, when used in conjunction with
Catalyst::Plugin::Session.
This is false by default.
content_type
When the formatter type is "plain" you may use this field to specify
the content-type header to use.
This option defaults to "text/plain".
json_content_type
Since no one seems to agree on what the "right" content type for
JSON data is, we have this option too ;-).
This option defaults to "application/javascript+json"
PRIVACY CONCERNS
lib/Catalyst/Plugin/Snippets.pm view on Meta::CPAN
=item use_session_id
This fields allows you to automatically create a different "namespace" for each
user, when used in conjunction with L<Catalyst::Plugin::Session>.
This is false by default.
=item content_type
When the formatter type is C<plain> you may use this field to specify the
content-type header to use.
This option defaults to C<text/plain>.
=item json_content_type
Since no one seems to agree on what the "right" content type for JSON data is,
we have this option too ;-).
This option defaults to C<application/javascript+json>
( run in 2.495 seconds using v1.01-cache-2.11-cpan-524268b4103 )