WebjarAsset

org.http4s.server.staticcontent.WebjarService$.WebjarAsset
final case class WebjarAsset(library: String, version: String, asset: String)

Contains the information about an asset inside a webjar

Attributes

asset

The asset name inside the webjar

library

The webjar's library name

version

The version of the webjar

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