RequestController initialController

Returns the first RequestController to handle HTTP requests added to this sink.

When a Request is delivered to this instance, this controller will be the first to act on it. By default, this is router.

Source

RequestController get initialController => router;