Package-level declarations
Types
Link copied to clipboard
class ConditionalHeadersConfig
A configuration for the ConditionalHeaders plugin.
Functions
Link copied to clipboard
Retrieves the LastModified
and ETag
versions from headers.
Link copied to clipboard
Retrieves versions such as LastModifiedVersion or EntityTagVersion for a given content.
Link copied to clipboard
suspend fun ApplicationCall.withETag(etag: String, putHeader: Boolean = true, block: suspend () -> Unit)
Properties
Link copied to clipboard
Retrieves the LastModified
and ETag
versions from this OutgoingContent headers.