Package io.ktor.server.plugins.partialcontent

Types

Link copied to clipboard
class PartialContentConfig

A configuration for the PartialContent plugin.

Properties

Link copied to clipboard
val PartialContent: <ERROR CLASS><PartialContentConfig>

A plugin that adds support for handling HTTP range requests used to send only a portion of an HTTP message back to a client. This plugin is useful for streaming content or resuming partial downloads.