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

cc.kebei.expands.request.http.HttpRequestGroup Maven / Gradle / Ivy

There is a newer version: 3.0.6
Show newest version
package cc.kebei.expands.request.http;

/**
 * @author Kebei
 */
public interface HttpRequestGroup {

    String getCookie();

    HttpRequestGroup clearCookie();

    HttpRequest request(String url);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy