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

Value parameters

asset

The asset name inside the webjar

library

The webjar's library name

version

The version of the webjar

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