host property
String
get
host
Returns the host of the request.
Implementation
String get host => _httpRequest.headers.host ?? '';
Returns the host of the request.
String get host => _httpRequest.headers.host ?? '';