Http4sServerToHttpInterpreter

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_], G[_]](_fToG: FunctionK[F, G])(_gToF: FunctionK[G, F])(implicit _gs: Sync[G], _gcs: ContextShift[G], _fs: Concurrent[F], _fcs: ContextShift[F], _timer: Timer[F]): Http4sServerToHttpInterpreter[F, G]
def apply[F[_], G[_]](serverOptions: Http4sServerOptions[F, G])(_fToG: FunctionK[F, G])(_gToF: FunctionK[G, F])(implicit _gs: Sync[G], _gcs: ContextShift[G], _fs: Concurrent[F], _fcs: ContextShift[F], _timer: Timer[F]): Http4sServerToHttpInterpreter[F, G]