.parseParameters {beakr} | R Documentation |
Parse the parameters passed by in the request
Description
Internal function used in the Request$initialize()
method to extract URL parameters from the request path.
Usage
.parseParameters(req, body, query, type)
Arguments
req |
HTTP request object. |
body |
Body text string. |
query |
Url-encoded query string. |
type |
Media mime type. |
Value
A list of parameters and values.
[Package beakr version 0.4.3 Index]