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