module HTTPClient::SocketWrap

def <<(str)

def <<(str)
  @socket << str
end