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

com.tvd12.ezyhttp.client.request.Request Maven / Gradle / Ivy

There is a newer version: 1.3.7
Show newest version
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