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

io.unsecurity.package.scala Maven / Gradle / Ivy

There is a newer version: 2.0-M15
Show newest version
package io

import org.http4s.Response
import no.scalabin.http4s.directives.{Directive => Http4sDirective}

package object unsecurity {
  type ResponseDirective[F[_]] = Http4sDirective[F, Response[F]]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy