All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.routing.experimental.ResourceSummary.kt Maven / Gradle / Ivy

There is a newer version: 5.35.2.0
Show newest version
package org.http4k.routing.experimental

import java.time.Instant

data class ResourceSummary(val name: String, val lastModified: Instant? = null)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy