class EventMachine::Protocols::HttpClient2

def initialize

def initialize
  warn "HttpClient2 is deprecated and will be removed. EM-Http-Request should be used instead."
  @authorization = nil
  @closed = nil
  @requests = nil
end