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

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

package com.ancientlightstudios.quarkus.kotlin.openapi

interface ResponseWithGenericStatus {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy