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

fr.wseduc.cas.http.HttpClient Maven / Gradle / Ivy

package fr.wseduc.cas.http;

import fr.wseduc.cas.async.Handler;

public interface HttpClient {

	void get(String uri, Handler handler);

	void post(String uri, String body, Handler handler);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy