object Date

Date Middleware, adds the Date Header to All Responses generated by the service.

Source
Date.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Date
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[G[_], F[_], A](k: Kleisli[G, A, Response[F]])(implicit arg0: Monad[G], arg1: Clock[G]): Kleisli[G, A, Response[F]]
  2. def httpApp[F[_]](app: HttpApp[F])(implicit arg0: Monad[F], arg1: Clock[F]): HttpApp[F]
  3. def httpRoutes[F[_]](routes: HttpRoutes[F])(implicit arg0: Monad[F], arg1: Clock[F]): HttpRoutes[F]