All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.tanesha.recaptcha.http.HttpLoader Maven / Gradle / Ivy

Go to download

ReCaptcha is a Java library for interfacing with ReCaptcha.nets Captcha service

The newest version!
package net.tanesha.recaptcha.http;

public interface HttpLoader {

	public String httpPost(String url, String postdata);
	
	public String httpGet(String url);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy