
com.tvd12.ezyhttp.client.request.Request Maven / Gradle / Ivy
package com.tvd12.ezyhttp.client.request;
import java.util.Map;
import com.tvd12.ezyhttp.core.constant.HttpMethod;
public interface Request {
String getURL();
HttpMethod getMethod();
int getReadTimeout();
int getConnectTimeout();
RequestEntity getEntity();
Map> getResponseTypes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy