# File lib/em-http/request.rb, line 29 def initialize(host) @uri = host.kind_of?(Addressable::URI) ? host : Addressable::URI::parse(host) end