VERSION
version 0.16SYNOPSIS
use Web::Machine::Util::ContentNegotiation;
DESCRIPTION
This module provides a set of functions used in content negotiation.FUNCTIONS
- "choose_media_type ( $provided, $header )"
- Given an ARRAY ref of media type strings and an HTTP header, this will return the matching HTTP::Headers::ActionPack::MediaType instance.
- "match_acceptable_media_type ( $to_match, $accepted )"
- Given a media type string to match and an ARRAY ref of media type objects, this will return the first matching one.
- "choose_language ( $provided, $header )"
- Given a list of language codes and an HTTP header value, this will attempt to negotiate the best language match.
- "choose_charset ( $provided, $header )"
- Given a list of charset name and an HTTP header value, this will attempt to negotiate the best charset match.
- "choose_encoding ( $provided, $header )"
- Given a list of encoding name and an HTTP header value, this will attempt to negotiate the best encoding match.
AUTHORS
- Stevan Little <[email protected]>
- Dave Rolsky <[email protected]>
CONTRIBUTORS
- Andreas Marienborg <[email protected]>
- Andrew Nelson <[email protected]>
- Arthur Axel 'fREW' Schmidt <[email protected]>
- Carlos Fernando Avila Gratz <[email protected]>
- Fayland Lam <[email protected]>
- George Hartzell <[email protected]>
- Gregory Oschwald <[email protected]>
- Jesse Luehrs <[email protected]>
- John SJ Anderson <[email protected]>
- Mike Raynham <[email protected]>
- Mike Raynham <[email protected]>
- Nathan Cutler <[email protected]>
- Olaf Alders <[email protected]>
- Thomas Sibley <[email protected]>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Infinity Interactive, Inc..This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.