R.rsp (version 0.41.0)

getParameters.HttpRequest: Gets all parameters

Description

Gets all parameters.

Usage

# S3 method for HttpRequest
getParameters(this, trim=FALSE, ...)

Arguments

trim

If TRUE, each parameter value is trimmed of whitespace.

...

Not used.

Value

Returns a named list.

See Also

*getParameter(). For more information see HttpRequest.