Packages

p

korolev

akkahttp

package akkahttp

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

Type Members

  1. case class AkkaHttpServerConfig(maxRequestBodySize: Int = ...) extends Product with Serializable
  2. type AkkaHttpService = (AkkaHttpServerConfig) ⇒ Route

Value Members

  1. def akkaHttpService[S, M](config: KorolevServiceConfig[Future, S, M], mimeTypes: MimeTypes = server.mimeTypes)(implicit arg0: StateSerializer[S], arg1: StateDeserializer[S], actorSystem: ActorSystem, materializer: Materializer): AkkaHttpService
  2. object AkkaHttpServerConfig extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped