RouteMatcher

harness.http.server.RouteMatcher$
See theRouteMatcher companion trait
object RouteMatcher

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final class *[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object *

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
*.type
object **

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
**.type
final case class ErrorHandler[-E](showError: E => String, httpCode: E => HttpCode, modifyHttpResponse: (Found, E) => Found)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ErrorHandler

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object Result

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Result.type
sealed trait Result[+O]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Fail
object NotFound.type
class Success[O]