enterprise

package enterprise

Members list

Type members

Classlikes

final case class Config(port: Int, host: String, mode: Mode)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Config

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Config.type
object DSL

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
DSL.type
object ErrorResponse

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
enum Mode

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Request(method: Method, path: String, headers: Headers, body: Body)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Request

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Request.type
final case class Response(status: Status, body: Body, headers: Headers)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Response

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Response.type
object Router

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Router.type
object Server

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Server.type

Types

opaque type DSL