org.http4s.server.staticcontent.WebjarServiceBuilder
See theWebjarServiceBuilder companion class
Attributes
-
Companion
-
class
-
Source
-
WebjarService.scala
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Self type
-
Members list
Contains the information about an asset inside a webjar
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
-
Supertypes
-
trait Matchable
class Any
Show all
A filter callback for Webjar asset It's a function that takes the WebjarAsset and returns whether or not the asset should be served to the client.
A filter callback for Webjar asset It's a function that takes the WebjarAsset and returns whether or not the asset should be served to the client.
Attributes
-
Source
-
WebjarService.scala