https://kotlinlang.org logo
#ktor
Title
r

Rohde Fischer

05/28/2021, 3:17 PM
is there a full example somewhere of using: https://ktor.io/docs/partial-content.html#usage unless I misunderstand something this is really only telling the 10% of the story. Namely how do I actually implement an endpoint using PartialContent? Do I still manually have to fetch the headers and chop up the data I need? Are there convenience methods or similar?