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

com.aliyun.datahub.common.transport.HttpMethod Maven / Gradle / Ivy

There is a newer version: 2.25.6
Show newest version
package com.aliyun.datahub.common.transport;

public enum HttpMethod {
    GET,
    POST,
    PUT,
    DELETE,
    HEAD;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy