Package-level declarations

Functions

Link copied to clipboard
suspend fun ApplicationCall.respondImage(image: NativeImage, contentType: ContentType? = ContentType.Image.PNG, status: HttpStatusCode? = null)
Link copied to clipboard
suspend fun ApplicationCall.respondJsonWriter(contentType: ContentType? = ContentType.Application.Json, status: HttpStatusCode? = null, block: suspend JsonWriter.() -> Unit)
Link copied to clipboard
suspend fun ApplicationCall.respondResource(resource: Resource, contentType: ContentType? = null, status: HttpStatusCode? = null)