HttpEndpoint

trait HttpEndpoint[I]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def code: Int
def path(input: I): String
def path: List[PathSegment]

Concrete methods

final
def matches(rPath: Array[String]): Option[Map[String, String]]