HttpStatusCodes

sealed external interface HttpStatusCodes(source)

Functions

Link copied to clipboard
abstract operator fun get(key: Number): String?
abstract operator fun get(key: String): String?
Link copied to clipboard
abstract operator fun set(key: Number, value: String?)
abstract operator fun set(key: String, value: String?)