hexagon
Toggle table of contents
4.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
hexagon
http_handlers
/
com.hexagontk.http.handlers
/
HandlerBuilder
/
on
on
fun
on
(
predicate
:
HttpPredicate
=
HttpPredicate()
,
callback
:
HttpCallbackType
)
fun
on
(
methods
:
Set
<
HttpMethod
>
=
emptySet()
,
pattern
:
String
=
""
,
status
:
Int
?
=
null
,
callback
:
HttpCallbackType
)
fun
on
(
method
:
HttpMethod
,
pattern
:
String
=
""
,
callback
:
HttpCallbackType
)
fun
on
(
pattern
:
String
,
callback
:
HttpCallbackType
)