Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-HTTP-Negotiate-6.01-1.23 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: perl-HTTP-Negotiate Distribution: SUSE Linux Enterprise 15
Version: 6.01 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.23 Build date: Fri May 25 20:25:54 2018
Group: Development/Libraries/Perl Build host: sheep56
Size: 28534 Source RPM: perl-HTTP-Negotiate-6.01-1.23.src.rpm
Packager: https://www.suse.com/
Url: http://search.cpan.org/dist/HTTP-Negotiate/
Summary: choose a variant to serve
This module provides a complete implementation of the HTTP content
negotiation algorithm specified in _draft-ietf-http-v11-spec-00.ps_ chapter
12. Content negotiation allows for the selection of a preferred content
representation based upon attributes of the negotiable variants and the
value of the various Accept* header fields in the request.

The variants are ordered by preference by calling the function choose().

The first parameter is reference to an array of the variants to choose
among. Each element in this array is an array with the values [$id, $qs,
$content_type, $content_encoding, $charset, $content_language,
$content_length] whose meanings are described below. The $content_encoding
and $content_language can be either a single scalar value or an array
reference if there are several values.

The second optional parameter is either a HTTP::Headers or a HTTP::Request
object which is searched for "Accept*" headers. If this parameter is
missing, then the accept specification is initialized from the CGI
environment variables HTTP_ACCEPT, HTTP_ACCEPT_CHARSET,
HTTP_ACCEPT_ENCODING and HTTP_ACCEPT_LANGUAGE.

In an array context, choose() returns a list of [variant identifier,
calculated quality, size] tuples. The values are sorted by quality, highest
quality first. If the calculated quality is the same for two variants, then
they are sorted by size (smallest first). _E.g._:

  (['var1', 1, 2000], ['var2', 0.3, 512], ['var3', 0.3, 1024]);

Note that also zero quality variants are included in the return list even
if these should never be served to the client.

In a scalar context, it returns the identifier of the variant with the
highest score or 'undef' if none have non-zero quality.

If the $HTTP::Negotiate::DEBUG variable is set to TRUE, then a lot of noise
is generated on STDOUT during evaluation of choose().

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Mon Feb 20 2012 coolo@suse.com
  - updated to 6.01
    * Restore perl-5.8.1 compatiblity.
* Mon Mar 14 2011 vcizek@novell.com
  - initial package 6.00
    * created by cpanspec 1.78.03

Files

/usr/lib/perl5/vendor_perl/5.26.1/HTTP
/usr/lib/perl5/vendor_perl/5.26.1/HTTP/Negotiate.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-HTTP-Negotiate
/usr/share/doc/packages/perl-HTTP-Negotiate/Changes
/usr/share/doc/packages/perl-HTTP-Negotiate/README
/usr/share/man/man3/HTTP::Negotiate.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024