implementation("io.ktor:ktor-server-conditional-headers:3.4.3")
Enhances server efficiency by preventing redundant data transmission for unchanged resources using `Last-Modified` and `Etag` headers.