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

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

The newest version!
package com.despegar.http.client;

public class DeleteMethod extends WithoutBodyMethod {
		
	public DeleteMethod(String url, boolean followRedirects) {
		super(url, "DELETE", followRedirects);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy