toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-core
/
org.http4k.routing
/
SimpleRouteMatcher
Simple
Route
Matcher
data
class
SimpleRouteMatcher
(
router
:
Router
,
handler
:
HttpHandler
,
filter
:
Filter
=
Filter.NoOp
)
:
RouteMatcher
<
Response
,
Filter
>
Members
Constructors
Simple
Route
Matcher
Link copied to clipboard
constructor
(
router
:
Router
,
handler
:
HttpHandler
,
filter
:
Filter
=
Filter.NoOp
)
Functions
match
Link copied to clipboard
open
override
fun
match
(
request
:
Request
)
:
RoutingMatch
<
Response
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
with
Base
Path
Link copied to clipboard
open
override
fun
withBasePath
(
prefix
:
String
)
:
RouteMatcher
<
Response
,
Filter
>
with
Filter
Link copied to clipboard
open
override
fun
withFilter
(
new
:
Filter
)
:
RouteMatcher
<
Response
,
Filter
>
with
Router
Link copied to clipboard
open
override
fun
withRouter
(
other
:
Router
)
:
RouteMatcher
<
Response
,
Filter
>