pub fn request_host() -> Option<String>Expand description
Return the Host header value (scheme-less, port stripped) for the current request.
Available inside any handler executed by the ferro server. Returns None outside
of a request context (e.g. during tests or background jobs).