Hey, is there a way to get the path from `Outgoing...
# ktor
l
Hey, is there a way to get the path from
OutgoingContent
on
CachingHeaders
options
to exclude specific content (rather than just based on content type? OutgoingContent has lots of implementations, and many don't allow access to the original file (e.g.
CompressedResponse
, while
LocalFileContent
does).