RouterDsl

class RouterDsl

Dsl for configuring a router.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun DELETE(pattern: String, f: ExchangeHandler)
Link copied to clipboard
fun GET(pattern: String): RequestPredicate
fun GET(pattern: String, f: ExchangeHandler)
Link copied to clipboard
fun HEAD(pattern: String, f: ExchangeHandler)
Link copied to clipboard
fun headers(headersPredicate: (RequestHeaders) -> Boolean): RequestPredicate
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun RequestPredicate.nest(nestedDsl: RouterDsl.() -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun PATCH(pattern: String, f: ExchangeHandler)
Link copied to clipboard
Link copied to clipboard
fun POST(pattern: String, f: ExchangeHandler)
Link copied to clipboard
fun PUT(pattern: String): RequestPredicate
fun PUT(pattern: String, f: ExchangeHandler)
Link copied to clipboard