fetchContent

in _plugins/remote_file_content.rb [23:26]


    def fetchContent(url)
      Net::HTTP.get(URI.parse(URI.encode(url.strip)))
    end