net.tanesha.recaptcha.http.HttpLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of recaptcha4j Show documentation
Show all versions of recaptcha4j Show documentation
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