package preview
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class RenderedResult[F[_]](content: String)(implicit evidence$7: Async[F]) extends SiteResult[F] with Product with Serializable
-
class
ServerBuilder[F[_]] extends Http4sDsl[F]
Configures and instantiates a resource for a preview server.
Configures and instantiates a resource for a preview server.
Any of the provided inputs which originate in the file system will be watched, and any change will trigger a new transformation. Other input types, such as those generated in memory, will require creating and launching a new server instance.
-
class
ServerConfig extends AnyRef
Additional configuration options for a preview server.
- sealed abstract class SiteResult[F[_]] extends Product with Serializable
- class SiteResults[F[_]] extends AnyRef
- case class StaticResult[F[_]](content: Stream[F, Byte])(implicit evidence$8: Async[F]) extends SiteResult[F] with Product with Serializable
Value Members
-
object
ServerBuilder
Companion for creating a builder for a preview server.
-
object
ServerConfig
Companion for preview server configuration instances.