Config

org.http4s.server.staticcontent.WebjarService$.Config
final case class Config[F[_]](filter: WebjarAssetFilter, cacheStrategy: CacheStrategy[F])

Attributes

cacheStrategy

strategy to use for caching purposes. Default to no caching.

filter

To filter which assets from the webjars should be served

Source:
WebjarService.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product