Last data update: 2014.03.03

R: Function to add POST-binding middleware
postR Documentation

Function to add POST-binding middleware

Description

Function to add POST-binding middleware

Usage

post(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

get, put, delete, use, ws

Results