
com.hmsonline.virgil.ext.PatchMethod Maven / Gradle / Ivy
The newest version!
package com.hmsonline.virgil.ext;
import org.apache.commons.httpclient.methods.PostMethod;
public class PatchMethod extends PostMethod {
public PatchMethod(String url){
super(url);
}
@Override
public String getName() {
return "PATCH";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy