toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-core
/
org.http4k.routing
/
RouteMatcher
Route
Matcher
interface
RouteMatcher
<
R
,
F
>
Inheritors
RoutingHandler
TemplatedRoute
SimpleRouteMatcher
StaticRouteMatcher
Members
Functions
match
Link copied to clipboard
abstract
fun
match
(
request
:
Request
)
:
RoutingMatch
<
R
>
with
Base
Path
Link copied to clipboard
abstract
fun
withBasePath
(
prefix
:
String
)
:
RouteMatcher
<
R
,
F
>
with
Filter
Link copied to clipboard
abstract
fun
withFilter
(
new
:
F
)
:
RouteMatcher
<
R
,
F
>
with
Router
Link copied to clipboard
abstract
fun
withRouter
(
other
:
Router
)
:
RouteMatcher
<
R
,
F
>