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


Apache2-REST documentation  | view source Contained in the Apache2-REST distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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 Apache2::Request

param

See Apache2::Request::param .

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 documentation  | view source Contained in the Apache2-REST distribution.