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

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

package com.ancientlightstudios.quarkus.kotlin.openapi

interface RequestContext {

    fun rawHeaderValue(name: String): String?

    fun rawHeaderValues(name: String): List

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy