toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-core
/
org.http4k.core
/
UriTemplate
Uri
Template
data
class
UriTemplate
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
extract
Link copied to clipboard
fun
extract
(
uri
:
String
)
:
Map
<
String
,
String
>
generate
Link copied to clipboard
fun
generate
(
parameters
:
Map
<
String
,
String
>
)
:
String
matches
Link copied to clipboard
fun
matches
(
uri
:
String
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String