korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-io
/
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