Package DE_EPAGES::WebService::API::Codec::FormUrlencoded
Codec for handling HTTP::Message objects with application/x-www-form-urlencoded 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 application/x-www-form-urlencoded codec for HTTP messages.
Syntax |
$Codec = DE_EPAGES::WebService::API::Codec::FormUrlencoded->new(%Options); |
Input |
|
Return |
|