akkahttp_router
package
akkahttp_router
Value Members
-
def
route[L](_method: HttpMethod, _pathMatcher: PathMatcher[L], _action: (L) ⇒ Route): RouteDefinition
-
implicit
def
toTuple1ArgFunction1[A](ar: (A) ⇒ Route): ((A)) ⇒ Route
-
implicit
def
toUnitArgFunction1(r: Route): (Unit) ⇒ Route
Inherited from AnyRef
Inherited from Any