INeonUnsafeFunctions

public interface INeonUnsafeFunctions {

    String httpGet(String url);
    
    BufferedImage httpGetImage(String url);
    
}

Last updated