server property

Server server

The server.

Once this has a handler mounted, it's passed all requests to handler until this server is closed.

Implementation

Server get server => _server;