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

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

There is a newer version: 1.5
Show newest version
package org.jsoftware.restclient;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy