Functions

Link copied to clipboard
abstract fun bodyHandler(): HttpResponse.BodyHandler<K>
Link copied to clipboard
abstract fun <R> håndter(request: HttpRequest, response: HttpResponse<K>, mapper: (K, HttpHeaders) -> R): R?