[Cover] [Previous Section] [Next Section] [Index]
Current chapter: Perl MIME Utilities: MsgEntity Class
Section 46 out of 79 total sections
, Section 3 out of 4 sections in this chapter
Attributes
|
Name
|
Description
|
header
|
The header is an associative array in which the keys are the header field names and the values are the header field bodies.
|
body
|
The body of the message.
|
Caveats
This class is designed to build HTTP responses; it does not support MIME content encoding which is unnecessary for HTTP. Also, this class outputs a Content-length header field specific to HTTP.
If you are using a non-Unix platform, call "binmode" on a file descriptor before writing out the string version of this class.
[Cover] [Previous Section] [Next Section] [Index]
Current chapter: Perl MIME Utilities: MsgEntity Class
Section 46 out of 79 total sections
, Section 3 out of 4 sections in this chapter
Copyright © 1999, Unwired Planet, Inc. All rights
reserved.