| Apache2-REST documentation | view source | Contained in the Apache2-REST distribution. |
Apache2::REST::Request - Apache2::Request subclass.
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.
See Apache2::Request
See Apache2::Request::param .
This decodes the param according to $this->paramEncoding
Gets/Set the paramEncoding of this Request
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. |