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

com.iwbfly.myhttp.RequestTemplate Maven / Gradle / Ivy

The newest version!
package com.iwbfly.myhttp;

import com.iwbfly.myhttp.http.Request;

/**
 * @author pangyajun
 * @since 2021/11/24 09:49
 **/
public class RequestTemplate {

    private Request.HttpMethod method;
    private Request.Body body = Request.Body.empty();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy