Apache2::REST::Request - Apache2::Request subclass.


NAME

Apache2::REST::Request - Apache2::Request subclass.


DESCRIPTION

This module adds extra features to the standard Apache2::Request.

As a consequence, you can use any method available on Apache2::Request, plus the additional methods below.

new

See the Apache2::Request manpage

param

See the Apache2::Request::param manpage .

This decodes the param according to $this->paramEncoding

paramEncoding

Gets/Set the paramEncoding of this Request

requestedFormat

Get/Set the requested format.

You can use this to force the returned format from a particular resource. Or to allow methods based on the format.

 Apache2::REST::Request - Apache2::Request subclass.