http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-core
/
org.http4k.routing
/
PathMethod
Path
Method
data
class
PathMethod
(
val
path
:
String
,
val
method
:
Method
)
(
source
)
Members
Constructors
Path
Method
Link copied to clipboard
constructor
(
path
:
String
,
method
:
Method
)
Properties
method
Link copied to clipboard
val
method
:
Method
path
Link copied to clipboard
val
path
:
String
Functions
to
Link copied to clipboard
infix
fun
to
(
handler
:
HttpHandler
)
:
RoutingHttpHandler