Date

org.http4s.server.middleware.Date$
object Date

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

Attributes

Source
Date.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Date.type

Members list

Value members

Concrete methods

def apply[G[_] : Temporal, F[_], A](k: Kleisli[G, A, Response[F]]): Kleisli[G, A, Response[F]]

Attributes

Source
Date.scala
def httpApp[F[_] : Temporal](app: HttpApp[F]): HttpApp[F]

Attributes

Source
Date.scala
def httpRoutes[F[_] : Temporal](routes: HttpRoutes[F]): HttpRoutes[F]

Attributes

Source
Date.scala