com.pdd.pop.sdk.http.HttpMethod Maven / Gradle / Ivy
package com.pdd.pop.sdk.http;
public enum HttpMethod {
GET,
POST
;
HttpMethod() {
}
}
package com.pdd.pop.sdk.http;
public enum HttpMethod {
GET,
POST
;
HttpMethod() {
}
}