host method

String host()

get host|domain

req.host()

Implementation

String host() {
  return header('host') ?? 'unknown';
}