com.despegar.http.client.HeadMethod 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
The newest version!
package com.despegar.http.client;
public class HeadMethod extends WithoutBodyMethod {
public HeadMethod(String url, boolean followRedirects) {
super(url, "HEAD", followRedirects);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy