RouterBuilder

class RouterBuilder[Alg[_[_, _, _, _, _]], Op[_, _, _, _, _], F[_]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def flatMapErrors(fe: PartialFunction[Throwable, F[Throwable]]): RouterBuilder[Alg, Op, F]
def make: Either[UnsupportedProtocolError, HttpRoutes[F]]
def mapErrors(fe: PartialFunction[Throwable, Throwable]): RouterBuilder[Alg, Op, F]
def resource: Resource[F, HttpRoutes[F]]

Concrete fields