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

izumi.idealingua.runtime.rpc.http4s.HttpRequestContext.scala Maven / Gradle / Ivy

package izumi.idealingua.runtime.rpc.http4s

import org.http4s.AuthedRequest

// we can't make it a case class, see https://github.com/scala/bug/issues/11239
class HttpRequestContext[F[_], Ctx](val request: AuthedRequest[F, Ctx], val context: Ctx)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy