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

org.openapitools.client.infrastructure.RequestMethod.kt Maven / Gradle / Ivy

Go to download

A demo for deployment to the Central Repository. A kotlin client library for OpenAPI Petstore by org.openapitools

The newest version!
package org.openapitools.client.infrastructure

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy