
tech.figure.eventstream.stream.infrastructure.RequestMethod.kt Maven / Gradle / Ivy
package tech.figure.eventstream.stream.infrastructure
/**
* Provides enumerated HTTP verbs
*/
enum class RequestMethod {
GET, DELETE, HEAD, OPTIONS, PATCH, POST, PUT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy