handle: Handles incomming rApache requests

Description Usage Arguments

Description

Handles incomming rApache requests

Usage

1
handle(SERVER, GET, packages, open = "all", timeout = 0, rlimits = NULL)

Arguments

SERVER

rApache variable.

GET

rApache variable.

packages

Vector of packages that api allows.

open

Endpoints that are open to non-authenticated users. Specify as named list of vectors. for example: list(package_name = 'package_function')

timeout

Time limit in seconds for function to execute.

rlimits

named vector/list with rlimit values, for example: c(cpu = 60, fsize = 1e6).


alexvpickering/handlr documentation built on May 16, 2019, 6:42 p.m.