Config

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

Value parameters

cacheStrategy

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

filter

To filter which assets from the webjars should be served

Attributes

Source
WebjarService.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product