Learn R Programming

ambiorix (version 2.1.0)

parsers: Parsers

Description

Collection of parsers to translate request data.

Usage

parse_multipart(req)

parse_json(req, ...)

Arguments

req

The request object.

...

Additional arguments passed to the internal parsers.

Value

Returns the parsed value as a list or NULL if it failed to parse.

Functions