NettyRouteProvider

Function that can add new routes to an HttpServerRoutes instance.

Author

Brian Clozel

Since

2.2.0

See also

Functions

Link copied to clipboard
open fun <V> andThen(after: (in R) -> out V): (T) -> V
Link copied to clipboard
abstract fun apply(p: T): R
Link copied to clipboard
open fun <V> compose(before: (in V) -> out T): (V) -> R
Link copied to clipboard
open fun <T> identity(): (T) -> T