Package-level declarations
Properties
Functions
Link copied to clipboard
Redirects the client to the URL produced by block.
Link copied to clipboard
inline suspend fun ApplicationCall.respondWith(contentType: ContentType = Text.Html, block: () -> String)
inline suspend fun RoutingContext.respondWith(contentType: ContentType = Text.Html, block: () -> String)
Responds to the client with text content produced by block.