fr

simply

package simply

Visibility
  1. Public
  2. All

Type Members

  1. case class DynamicServerResponse(response: (Request) ⇒ StaticServerResponse) extends ServerResponse with Product with Serializable

  2. class RestVerb extends AnyRef

  3. trait ServerResponse extends AnyRef

  4. case class ServerRoute(restVerb: RestVerb, path: String, response: ServerResponse, params: Map[String, String] = ...) extends Product with Serializable

  5. class SimplyScala extends Container

  6. case class StaticServerResponse(contentType: ContentType, body: String, code: Int) extends ServerResponse with Product with Serializable

  7. class StubServer extends AnyRef

Value Members

  1. object GET

  2. object Get extends RestVerb with Product with Serializable

  3. object POST

  4. object Post extends RestVerb with Product with Serializable

  5. package fixture

  6. package util

Ungrouped