The handler.
This passes requests to server's handler. If that handler isn't mounted yet, the requests are handled once it is.
Handler get handler => _onRequest;