Function to add PUT-binding middleware
put(jug, path, ...)
the jug object
the path to bind to
functions (order matters) to bind to the path (will receive the params req, res and err)
req
res
err
post, get, delete, use, ws
post
get
delete
use
ws