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

com.despegar.http.client.PatchMethod Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package com.despegar.http.client;

public class PatchMethod extends WithBodyMethod {

    public PatchMethod(String url, String body) {
        super(url, "PATCH", body);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy