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

Concise view

Value members

Concrete methods

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

Attributes

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

Attributes

Source:
Date.scala

Attributes

Source:
Date.scala