BlazeHttpServer

works.iterative.server.http.impl.blaze.BlazeHttpServer
See theBlazeHttpServer companion object
class BlazeHttpServer(config: BlazeServerConfig, baseUri: BaseUri) extends HttpServer

Attributes

Companion
object
Graph
Supertypes
trait HttpServer
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def build[Env](httpApp: (WebSocketBuilder2[[A] =>> RIO[Env, A]]) => HttpRoutes[[A] =>> RIO[Env, A]]): RIO[Env & Scope, Server]

Attributes

Definition Classes
override def serve[Env](httpApp: (WebSocketBuilder2[[A] =>> RIO[Env, A]]) => HttpRoutes[[A] =>> RIO[Env, A]]): URIO[Env, Nothing]

Attributes

Definition Classes
def withBaseUri[Env](routes: HttpRoutes[[A] =>> RIO[Env, A]]): HttpRoutes[[A] =>> RIO[Env, A]]