Server

oxygen.http.server.Server
See theServer companion trait
object Server

Attributes

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

Members list

Type members

Classlikes

final case class Config(exposeInternalErrors: Boolean)

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 layer

Attributes

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

Value members

Concrete methods

def serve(endpoints: CompiledEndpoints, config: Config): RIO[Server & Scope, Unit]
def serve(endpoints: CompiledEndpoints): RIO[Server & Config & Scope, Unit]
def serve: RIO[Server & Config & CompiledEndpoints & Scope, Unit]