HttpService

io.github.positionpal.location.ws.HttpService
object HttpService

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Configuration

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Configuration for the HTTP service.

Configuration for the HTTP service.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def start[F[_] : Async](configuration: Configuration)(service: Service[IO, Scope])(using evidence$1: Async[F], actorSystem: ActorSystem[_]): Resource[F, ServerBinding]