![JAR search and dependency download from the Maven repository](/logo.png)
elements.Headers.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pusher-platform-core Show documentation
Show all versions of pusher-platform-core Show documentation
Pusher Platform SDK for Kotlin and Java
package elements
typealias Headers = Map>
fun emptyHeaders(): Headers = emptyMap()
inline val Headers.retryAfter : Long
get() = (this["Retry-After"]?.firstOrNull()?.toLong()?:0) * 1_000
© 2015 - 2025 Weber Informatics LLC | Privacy Policy