Package-level declarations
Types
Provide a WebMvc.fn RouterFunction Kotlin DSL created by router { }
in order to be able to write idiomatic Kotlin code.
Functions
Nullable variant of ServerRequest.attribute
Extension for ServerRequest.body providing a body<Foo>()
variant leveraging Kotlin reified type parameters. This extension is not subject to type erasure and retains actual generic type arguments.
Extension for ServerResponse.BodyBuilder.body providing a variant leveraging Kotlin reified type parameters.
Nullable variant of ServerRequest.Headers.contentLength
Nullable variant of ServerRequest.Headers.contentType
Nullable variant of ServerRequest.param
Equivalent to RouterFunction.and.
Nullable variant of ServerRequest.param
Nullable variant of ServerRequest.remoteAddress
Allow to create easily a WebMvc.fn RouterFunction with a router Kotlin DSL.