host function
Reads the Host header, which the client controls — compare, do not trust.
Implementation
FromRequestParts<String> host() => const HostExtractable();
Reads the Host header, which the client controls — compare, do not trust.
FromRequestParts<String> host() => const HostExtractable();