Package DE_EPAGES::WebService::API::Codec::PlainText
Codec for handling HTTP::Message objects with plain text content.
Functions
decode
Returns the decoded content of the message.
Syntax |
$Data = $Codec->decode($Message); |
Input |
|
Return |
|
encode
Encodes the data and sets the content of the message.
Syntax |
$Codec->encode($Message, $Data); |
Input |
|
new
Creates a new JSON codec for HTTP messages.
Syntax |
$Codec = DE_EPAGES::WebService::API::Codec::PlainText->new; |
Return |
|