object PushSupport

Source
PushSupport.scala
Linear Supertypes
AnyRef, Any
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. implicit class PushOps extends AnyRef

Value Members

  1. def apply(service: HttpService, verify: (String) ⇒ Boolean = _ => true): HttpService

    Transform the route such that requests will gather pushed resources

    Transform the route such that requests will gather pushed resources

    service

    HttpService to transform

    verify

    method that determines if the location should be pushed

    returns

    Transformed route