Learn R Programming

jug (version 0.1.7)

delete: Function to add DELETE-binding middleware

Description

Function to add DELETE-binding middleware

Usage

delete(jug, path, ...)

Arguments

jug
the jug object
path
the path to bind to
...
functions (order matters) to bind to the path (will receive the params req, res and err)

See Also

post, put, get, use, ws