lastModified
fun HttpMessageBuilder.lastModified(): Date?
fun HttpMessage.lastModified(): Date?
Parse Last-Modified
header.
fun HeadersBuilder.lastModified(
dateTime: ZonedDateTime
): Unit
Set ‘Last-Modified` header value from dateTime
fun HttpMessageBuilder.lastModified(): Date?
fun HttpMessage.lastModified(): Date?
Parse Last-Modified
header.
fun HeadersBuilder.lastModified(
dateTime: ZonedDateTime
): Unit
Set ‘Last-Modified` header value from dateTime