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

com.ancientlightstudios.quarkus.kotlin.openapi.ResponseWithGenericStatus.kt Maven / Gradle / Ivy

The newest version!
package com.ancientlightstudios.quarkus.kotlin.openapi

interface ResponseWithGenericStatus {

    fun status(status: Int, mediaType: String? = null, body: Any? = null, vararg headers: Pair): Nothing

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy