object PushSupport

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

Type Members

  1. final class PushOps[F[_]] extends AnyRef

Value Members

  1. def apply[F[_]](routes: HttpRoutes[F], verify: (String) ⇒ Boolean = _ => true)(implicit arg0: Monad[F]): HttpRoutes[F]

    Transform the route such that requests will gather pushed resources

    Transform the route such that requests will gather pushed resources

    routes

    HttpRoutes to transform

    verify

    method that determines if the location should be pushed

    returns

    Transformed route

  2. implicit def http4sPushOps[F[_]](response: Response[F])(implicit arg0: Functor[F]): PushOps[F]