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

org.pac4j.http4s.package.scala Maven / Gradle / Ivy

The newest version!
package org.pac4j

import io.circe.Json
import org.http4s.Request

package object http4s {
  /*
   * Session objects are just Json
   */
  type Session = Json

  type Http4sContextBuilder[F[_]] = Request[F] => Http4sWebContext[F]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy