= private = protected
host!(name)
Set the host name to use in the next request.
session.host! "www.example.com"
# File actionpack/lib/action_controller/integration.rb, line 112 def host!(name) @host = name end