Documentations for WebApp.rawConnectHandlers

I came across this function(Trying to implement prerender.io):
WebApp.rawConnectHandlers but did not found any documentation about it.
Can any one explain to me what it does?

In simple words - thats connect running your meteor application. I.e.

WebApp.rawConnectHandlers = connect();

So you can use it same as connect.