Define a connect route.
connect
void connect(String path, Handler handler) => route(r'connect', path, handler);