The HTTP server that sends requests to this application.
@nonVirtual Server? get server => _server;
@internal @nonVirtual set server(Server? server) { _server = server; }