Search code examples
node.jsnode.js-connect

Where's the documentation on 'use' and 'next'?


I'm looking at the connect documentation, and there doesn't appear to be any documentation on the .use method or anything that describes what next() does (the secret 3rd parameter to use). Am I blind, or where can I find this info?


Solution

  • Did you checked this documentation:- http://www.senchalabs.org/connect/proto.html#app.use

    next() is naming convention used when passing callbacks