Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
elide.runtime.intrinsics.server.http
/
HttpRouter
/
handle
handle
abstract
fun
handle
(
method
:
String
?
,
path
:
String
?
,
handler
:
PolyglotValue
)
Guest-accessible method used to register a
handler
for the provided
method
and
path
.