HttpServer

pillars.HttpServer
object HttpServer

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
HttpServer.type

Members list

Type members

Classlikes

final case class Config(host: Host, port: Port, logging: HttpConfig) extends Config

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Config
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

Value members

Concrete methods

def build[F[_] : Async](name: String, config: Config, openApi: OpenAPI, infos: AppInfo, observability: Observability[F], endpoints: List[HttpEndpoint[F]]): Resource[F, Server]