implementation("io.ktor:ktor-server-partial-content:3.4.1")
Enables handling of HTTP range requests, allowing clients to request specific portions of content, facilitating streaming and resuming downloads.