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

org.jsoftware.restclient.RestClientFeature Maven / Gradle / Ivy

The newest version!
package org.jsoftware.restclient;

/**
 * RestClient features
 */
public enum RestClientFeature {
    /**
     * Enable cookies support
     */
    ENABLE_COOKIES,
    AUTOMATIC_REDIRECTS
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy