class ActionDispatch::Integration::Session

def host

The hostname used in the last request.
def host
  @host || DEFAULT_HOST
end