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

com.ning.api.client.http.NingHttpPost Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package com.ning.api.client.http;

public class NingHttpPost
    extends NingHttpRequestWithBody
{
    public NingHttpPost(NingRequestBuilder requestBuilder)
    {
        super(requestBuilder);
    }

    @Override
    protected NingHttpPost _this() {
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy