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

com.github.q120011676.xhttp.XHttp Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.github.q120011676.xhttp;

/**
 * Created by say on 1/20/16.
 */
public class XHttp {

    private XHttp() {
    }

    public static XHttpConfig config(HttpConfig config) {
        return new XHttpConfig(config);
    }

    public static Request url(String url) {
        return new HttpRequest().url(url);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy