The Host header this request was addressed to.
Host
A client sends it, so compare it against names you serve rather than building a URL out of it.
Future<String> host() => extractors.host().require(this);