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

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

There is a newer version: 1.3.7
Show newest version
package com.tvd12.ezyhttp.client.request;

import com.tvd12.ezyhttp.core.constant.HttpMethod;

public class PostRequest extends AbstractRequest {

    @Override
    public HttpMethod getMethod() {
        return HttpMethod.POST;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy