handlebars.kotlin-client.infrastructure.RequestMethod.kt.mustache Maven / Gradle / Ivy
package {{packageName}}.infrastructure
/**
* Provides enumerated HTTP verbs
*/
enum class RequestMethod {
GET, DELETE, HEAD, OPTIONS, PATCH, POST, PUT
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy