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

com.pdd.pop.sdk.http.HttpMethod Maven / Gradle / Ivy

There is a newer version: 1.10.85
Show newest version
package com.pdd.pop.sdk.http;

public enum HttpMethod {

    GET,
    POST
    ;

    HttpMethod() {
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy