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

def andThen[A](g: List[ServerEndpoint[R, F]] => A): T1 => A
Inherited from:
Function1
def compose[A](g: A => ServerRequest): A => R
Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1