toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.net.http
/
HttpServerRouter
/
Rule
Rule
class
Rule
(
val
path
:
String
,
val
handler
:
HttpServerRequestHandler
)
Members
Constructors
Rule
Link copied to clipboard
constructor
(
path
:
String
,
handler
:
HttpServerRequestHandler
)
Properties
handler
Link copied to clipboard
val
handler
:
HttpServerRequestHandler
path
Link copied to clipboard
val
path
:
String
Functions
match
Link copied to clipboard
fun
match
(
request
:
HttpServer.Request
)
:
Boolean