Server

zio.http.Server
See theServer companion object
trait Server

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def install[R](httpApp: App[R], errorCallback: Option[ErrorCallback])(implicit trace: Trace): URIO[R, Unit]
def port: Int