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

cn.buli_home.utils.net.http.HttpRequestMode Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package cn.buli_home.utils.net.http;

/**
 * HTTP Request Mode
 *
 * @author mustard
 * @version 1.0
 * Create by 2022/9/14
 */
public enum HttpRequestMode {

    SYNCHRONOUS,

    ASYNCHRONOUS;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy