Mounts Handler to this client.
Future<void> handle(Handler handler) async { _server = await Server.bind(handler, host, port); }