Function to add POST-binding middleware

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