[Cover] [Previous Section] [Next Section] [Index]
Current chapter: Perl Digest Utility Library: Digest Class
Section 42 out of 79 total sections
, Section 4 out of 5 sections in this chapter
Attributes
|
Name
|
Description
|
header
|
(From MultipartMsg)
|
subParts
|
(From MultipartMsg)
|
Caveats
Specifying a preamble or epilogue (from MultipartMsg) for a Digest is meaningless. It will either be ignored or generate an error.
The library provides convenience methods to add well-known entry types to the digest. However, you can add any MsgEntity type you want. The UP.Link generates an error if it receives a content type not listed in the Accepts header.
Example
require Digest;
...
my $digest;
$digest = new Digest;
...
$digest->addCacheOp($Digest::InvalSvc, "?POS");
$digest->addHDMLDeck("", $nextDeck);
...
&AppUtils::OutputDigest($digest->asString());
[Cover] [Previous Section] [Next Section] [Index]
Current chapter: Perl Digest Utility Library: Digest Class
Section 42 out of 79 total sections
, Section 4 out of 5 sections in this chapter
Copyright © 1999, Unwired Planet, Inc. All rights
reserved.