Learn R Programming

reqres (version 1.2.0)

default_parsers: A list of default parser mappings

Description

This list matches the most normal mime types with their respective parsers using default arguments. For a no-frills request parsing this can be supplied directly to Request$parse(). To add or modify to this list simply supply the additional parsers as second, third, etc, argument and they will overwrite or add depending on whether it specifies a mime type already present.

Usage

default_parsers

Arguments

See Also

parsers for an overview of the build in parsers in reqres

Examples

Run this code
if (FALSE) {
req$parse(default_parsers, 'application/json' = parse_json(flatten = TRUE))
}

Run the code above in your browser using DataLab