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 {

    val requestMethod: String

    val requestPath: String

    fun rawHeaderValue(name: String): String?

    fun rawHeaderValues(name: String): List

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy