kreuzberg.miniserver

Members list

Type members

Classlikes

case class ApiDispatcher(backend: ZioDispatcher)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait AssetCandidatePath

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Directory
class Resource

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class AssetPaths(assetPaths: Seq[RestrictedAssetCandidatePath])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object AssetPaths

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
AssetPaths.type

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Index(config: MiniServerConfig)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait Location

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class File
class ResourcePath
object Location

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Location.type
class MiniServer(config: MiniServerConfig) extends ZIOAppDefault

Attributes

Supertypes
trait ZIOAppDefault
trait ZIOApp
trait ZIOAppVersionSpecific
class Object
trait Matchable
class Any
Show all
case class MiniServerConfig(assetPaths: AssetPaths, extraJs: Seq[String], extraCss: Seq[String], extraHtmlHeader: Seq[Html], port: Int, deploymentType: Option[DeploymentType], produktionBlacklist: Seq[String], api: Option[Task[ZioDispatcher]], noScriptText: Option[String], extraApp: Option[Task[HttpApp[Any, Throwable]]])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class RestrictedAssetCandidatePath(deploymentType: Option[DeploymentType], path: AssetCandidatePath)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Types

type ZioDispatcher = Dispatcher[Task]