host property

String get host

Returns the host of the request.

Implementation

String get host => _httpRequest.headers.host ?? '';