ktor-server-core / io.ktor.http / link

link

fun ApplicationResponse.link(header: LinkHeader): Unit

Append Link header to HTTP response

fun ApplicationResponse.link(uri: String, vararg rel: String): Unit

Append Link header to HTTP response with specified uri and rel