
com.jdroid.java.http.HttpMethod.kt Maven / Gradle / Ivy
The newest version!
package com.jdroid.java.http
enum class HttpMethod {
GET,
POST,
PUT,
DELETE,
PATCH
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy