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

com.eworkcloud.okhttp.enums.HttpMethod Maven / Gradle / Ivy

There is a newer version: 1.1.8
Show newest version
package com.eworkcloud.okhttp.enums;

/**
 * Http请求方法GET, POST, PUT, DELETE, HEAD
 */
public enum HttpMethod {
    GET, POST, PUT, DELETE, HEAD
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy