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

cn.majingjing.http.client.request.CustomRequest Maven / Gradle / Ivy

The newest version!
package cn.majingjing.http.client.request;

/**
 * 自定义请求方式的请求对象
 *
 * @author MaMarion
 * @date 2020/5/1
 */
public class CustomRequest extends BaseRequest {

    public CustomRequest(String url, String method) {
        super(url, method);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy