skinny

splash

package splash

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. splash
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type SprayAction = (SprayRequest) ⇒ SprayResponse

  2. trait SprayApplication extends SprayBoot with App

  3. type SprayBoot = splash.boot.SprayBoot

  4. type SprayController = splash.controller.SprayController

  5. type SprayDispatcher = splash.dispatcher.SprayDispatcher

  6. type SprayDispatcherActor = splash.dispatcher.SprayDispatcherActor

  7. case class SprayRequest(context: RequestContext, queryMultiParams: Map[String, Seq[String]], formMultiParams: Map[String, Seq[String]]) extends Product with Serializable

    Spray Request Wrapper.

  8. case class SprayResponse(status: StatusCode = StatusCodes.OK, headers: Seq[HttpHeader] = Nil, body: String = null) extends Product with Serializable

  9. type SprayRoutes = splash.dispatcher.SprayRoutes

Value Members

  1. package boot

  2. package controller

  3. package dispatcher

  4. package json

Inherited from AnyRef

Inherited from Any

Ungrouped