module HTTPClient::DebugSocket

def debug(str)

def debug(str)
  @debug_dev << str if str && @debug_dev
end