Index of /ports_www/p5-HTTP-Response-Encoding

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [   ] Makefile 31-Aug-2009 12:33 704 [   ] distinfo 28-May-2011 14:15 160 [TXT] pkg-descr 11-Jan-2009 13:59 591 [   ] pkg-plist 28-May-2011 14:15 344
This module adds the following methods to HTTP::Response objects.

$res->charset

  Tells the charset exactly as appears in the Content-Type: header. Note that
  the presence of the charset does not guarantee if the response content is
  decodable via Encode.

$res->encoder

  Returns the corresponding encoder object or undef if it can't.

$res->encoding

  Tells the content encoding in the canonical name in Encode. Returns undef
  if it can't.

$res->decoded_content

  Discontinued since HTTP::Message already has this method.

WWW:	http://search.cpan.org/dist/HTTP-Response-Encoding/