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

kotlin-client.infrastructure.RequestMethod.kt.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
package {{packageName}}.infrastructure

/**
 * Provides enumerated HTTP verbs
 */
{{#nonPublicApi}}internal {{/nonPublicApi}}enum class RequestMethod {
    GET, DELETE, HEAD, OPTIONS, PATCH, POST, PUT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy