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

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

There is a newer version: 1.0.4
Show newest version
package com.despegar.http.client;

public class OptionsMethod extends WithoutBodyMethod {

    public OptionsMethod(String url, boolean followRedirects) {
        super(url, "OPTIONS", followRedirects);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy