NAME
CatalystX::ActionRole::Negotiate - ActionRole for content negotiation
VERSION
Version 0.05
SYNOPSIS
sub foo :Private :ActionClass('+CatalystX::Action::Negotiate') {
# ...
}
sub bar :Does('+CatalystX::ActionRole::Negotiate') {
# ... see this module's docs
}
DESCRIPTION
This module is the stand-alone object-oriented form of the role
CatalystX::ActionRole::Negotiate.
SEE ALSO
* Catalyst::Action
* HTTP::Negotiate
* Role::MimeInfo
AUTHOR
Dorian Taylor, "<dorian at cpan.org>"
BUGS
Please report bugs on GitHub
<https://github.com/doriantaylor/p5-catalystx-action-negotiate/issues>.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc CatalystX::Action::Negotiate
You can also look for information at:
* MetaCPAN
<http://metacpan.org/release/CatalystX-Action-Negotiate/>
* The source
<https://github.com/doriantaylor/p5-catalystx-action-negotiate>
LICENSE AND COPYRIGHT
Copyright 2019 Dorian Taylor.
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.