diff options
author | LukenShiro <lukenshiro@ngi.it> | 2011-12-14 14:15:56 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:50 -0200 |
commit | 4bad9fd593ebc074e9c0c0261386cf728091d102 (patch) | |
tree | 4d50d46a1c1825e0dec4a99fd395625a0d3df597 /perl/perl-http-negotiate/README | |
parent | 1d42b5aa3db27e3d73544f0c61151a124442c589 (diff) | |
download | slackbuilds-4bad9fd593ebc074e9c0c0261386cf728091d102.tar.gz |
perl/perl-http-negotiate: Added (choose a variant to serve)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-http-negotiate/README')
-rw-r--r-- | perl/perl-http-negotiate/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/perl/perl-http-negotiate/README b/perl/perl-http-negotiate/README new file mode 100644 index 0000000000..40651ab2be --- /dev/null +++ b/perl/perl-http-negotiate/README @@ -0,0 +1,9 @@ +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. + +It requires perl-http-message, perl-lwp-mediatypes, perl-encode-locale, +perl-uri-escape, perl-http-date and perl-html-parser. |