*

harness.http.server.RouteMatcher$.*
See the* companion object
final class *[A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def routeInternal(method: HttpMethod, path: List[String]): Result[O]
Implicitly added by `given_Conversion_*_RouteMatcher`

Concrete methods

final def /[O2](other: RouteMatcher[O2])(implicit zip: Zippable[O, O2]): RouteMatcher[Out]
Implicitly added by `given_Conversion_*_RouteMatcher`
final def implement[R](f: O => SHRIO[BuiltInRequestEnv & R, HttpResponse]): Route[R]
Implicitly added by `given_Conversion_*_RouteMatcher`
final def map[O2](f: O => O2): RouteMatcher[O2]
Implicitly added by `given_Conversion_*_RouteMatcher`

Implicits

Implicits

implicit val decoder: StringDecoder[A]