Package

korolev

server

Permalink

package server

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. server
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class FormDataCodec extends AnyRef

    Permalink
  2. final class HtmlRenderContext[F[_], S, M] extends AbstractTextRenderContext[Effect[F, S, M]]

    Permalink
  3. type KorolevService[F[_]] = PartialFunction[Request[F], F[Response]]

    Permalink
  4. case class KorolevServiceConfig[F[_], S, M](stateStorage: state.StateStorage[F, S], router: (DeviceId, Option[SessionId]) ⇒ Router[F, S, Option[S]], rootPath: String = "/", render: PartialFunction[S, Node[Effect[F, S, M]]], head: Seq[Node[Effect[F, S, M]]] = Seq.empty, connectionLostWidget: Node[Effect[F, S, M]] = ..., maxFormDataEntrySize: Int = 1024 * 1024 * 8, envConfigurator: EnvConfigurator[F, S, M] = EnvConfigurator.default[F, S, M], idGenerator: IdGenerator[F] = IdGenerator.default[F](), heartbeatInterval: FiniteDuration = 5.seconds, reporter: Reporter = Reporter.PrintReporter)(implicit evidence$1: Async[F]) extends Product with Serializable

    Permalink
  5. type MimeTypes = (String) ⇒ Option[String]

    Permalink
  6. final case class Request[F[_]](path: Path, params: Map[String, String], cookie: (String) ⇒ Option[String], headers: Seq[(String, String)], body: LazyBytes[F])(implicit evidence$1: Async[F]) extends Product with Serializable

    Permalink
  7. sealed trait Response extends AnyRef

    Permalink
  8. type StateStorage[F[_], S] = state.StateStorage[F, S]

    Permalink

Value Members

  1. object FormDataCodec

    Permalink
  2. object HtmlRenderContext

    Permalink
  3. object KorolevServiceConfig extends Serializable

    Permalink
  4. object Response

    Permalink
  5. val StateStorage: state.StateStorage.type

    Permalink
  6. def emptyRouter[F[_], S](implicit arg0: Async[F]): (DeviceId, Option[SessionId]) ⇒ Router[F, S, Option[S]]

    Permalink
  7. def korolevService[F[_], S, M](mimeTypes: MimeTypes, config: KorolevServiceConfig[F, S, M])(implicit arg0: Async[F], arg1: StateSerializer[S], arg2: StateDeserializer[S]): KorolevService[F]

    Permalink
  8. object mimeTypes extends (String) ⇒ Option[String]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped