![JAR search and dependency download from the Maven repository](/logo.png)
com.despegar.http.client.PatchMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-java-native-client Show documentation
Show all versions of http-java-native-client Show documentation
HTTP Java client without dependencies
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