
post
, put
and the like due to get
being a base function.get(object, ...)# S3 method for Jug
get(object, ...)
path
followed by middelware functions (order matters) to bind to the path (will receive the params req
, res
and err
)Jug
: Function to add GET-binding middleware
post
, put
, delete
, use
, ws