com.despegar.http.client.GetMethod Maven / Gradle / Ivy
package com.despegar.http.client;
public class GetMethod extends WithoutBodyMethod {
public GetMethod(String url, boolean followRedirects) {
super(url, "GET", followRedirects);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy