fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
20 lines
533 B
Text
20 lines
533 B
Text
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.
|