Function to add POST-binding middleware
post(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
get, put, delete, use, ws
get
put
delete
use
ws