gruntjs / grunt-contrib-connect

Start a static web server.
http://gruntjs.com
MIT License
714 stars 146 forks source link

Access to Server Instance in Middleware Function #232

Open tobspeed opened 7 years ago

tobspeed commented 7 years ago

Would be nice to have access to the server instance within the middleware functions as extra parameter. Same like in the onCreateServer function.

Is this possible?