Function to add an event listener
on(jug, event, func, ...)
the jug instance
the event to bind to (one of start, finish or error)
start
finish
error
the function to pass the req, res, err and (if error event) the err_msg to
req
res
err
err_msg
extra arguments to pass to the listener function
post, put, delete, use, ws
post
put
delete
use
ws