Package-level declarations

Types

Link copied to clipboard
class QueueInputStream(requestMore: () -> Unit) : InputStream

A blocking InputStream fed by chunks pushed from a reactive (push-based) source, letting a blocking http4k handler consume a body that the underlying framework delivers asynchronously.