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

uk.co.mruoc.rest.client.insecure.InsecureRestClient Maven / Gradle / Ivy

package uk.co.mruoc.rest.client.insecure;

import uk.co.mruoc.rest.client.SimpleRestClient;

public class InsecureRestClient extends SimpleRestClient {

    public InsecureRestClient() {
        super(InsecureHttpClientFactory.build());
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy