Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dot-parseParameters

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.


beakr

A Minimalist Web Framework for R

v0.4.3
GPL-3
Authors
Hans Martin [aut], Jonathan Callahan [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.