Last data update: 2014.03.03

R: Function to add request method insensitive middleware
useR Documentation

Function to add request method insensitive middleware

Description

Function to add request method insensitive middleware

Usage

use(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, delete, get, ws

Results