public interface INeonUnsafeFunctions { String httpGet(String url); BufferedImage httpGetImage(String url); }
Last updated 6 months ago