fr
simply
package
simply
Visibility
Public
All
Type Members
case class
DynamicServerResponse
(
response: (
Request
) ⇒
StaticServerResponse
)
extends
ServerResponse
with
Product
with
Serializable
class
RestVerb
extends
AnyRef
trait
ServerResponse
extends
AnyRef
case class
ServerRoute
(
restVerb:
RestVerb
,
path:
String
,
response:
ServerResponse
,
params:
Map
[
String
,
String
] =
...
)
extends
Product
with
Serializable
class
SimplyScala
extends
Container
case class
StaticServerResponse
(
contentType:
ContentType
,
body:
String
,
code:
Int
)
extends
ServerResponse
with
Product
with
Serializable
class
StubServer
extends
AnyRef
Value Members
object
GET
object
Get
extends
RestVerb
with
Product
with
Serializable
object
POST
object
Post
extends
RestVerb
with
Product
with
Serializable
package
fixture
package
util
Ungrouped