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

com.algorithmia.client.methods.HttpHead Maven / Gradle / Ivy

The newest version!
package com.algorithmia.client.methods;

import com.algorithmia.APIException;
import com.algorithmia.client.HttpRequest;

public class HttpHead extends HttpRequest {
    /**
     * @param url the url to connect to
     */
    public HttpHead(String url) throws APIException {
        super(url, "HEAD");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy