TimedAuthedRoutes

pl.datart.http4s.timer.TimedAuthedRoutes$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply[T, F[_] : Applicative](routesName: String, authInfoToRemoteUser: T => Option[String])(pf: PartialFunction[ContextRequest[F, T], (String, F[Response[F]])]): AuthedRoutes[T, F]