The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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 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.