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

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

The newest version!
package com.pdd.pop.sdk.http;

public enum HttpMethod {

    GET,
    POST
    ;

    HttpMethod() {
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy