Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doriantaylor/p5-catalystx-action-negotiate
Simple content negotiation action for Catalyst
https://github.com/doriantaylor/p5-catalystx-action-negotiate
Last synced: 24 days ago
JSON representation
Simple content negotiation action for Catalyst
- Host: GitHub
- URL: https://github.com/doriantaylor/p5-catalystx-action-negotiate
- Owner: doriantaylor
- Created: 2019-03-19T08:45:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T03:11:36.000Z (about 1 year ago)
- Last Synced: 2023-12-19T08:55:26.506Z (about 1 year ago)
- Language: Perl
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
CatalystX::ActionRole::Negotiate - ActionRole for content negotiationVERSION
Version 0.05SYNOPSIS
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, ""BUGS
Please report bugs on GitHub
.SUPPORT
You can find documentation for this module with the perldoc command.perldoc CatalystX::Action::Negotiate
You can also look for information at:
* MetaCPAN
* The source
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 .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.