FilterServerEndpoints

class FilterServerEndpoints[R, F[_]](rootLayer: PathLayer[R, F]) extends ServerRequest => List[ServerEndpoint[R, F]]
Companion:
object
trait ServerRequest => List[ServerEndpoint[R, F]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(request: ServerRequest): List[ServerEndpoint[R, F]]

Given a request, returns the list of server endpoints which might potentially decode successfully, taking into account the path of the request.

Given a request, returns the list of server endpoints which might potentially decode successfully, taking into account the path of the request.

Inherited methods

@unspecialized
def andThen[A](g: List[ServerEndpoint[R, F]] => A): ServerRequest => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => ServerRequest): A => List[ServerEndpoint[R, F]]
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1