Status3XX

abstract class Status3XX(val status: Int, val responseCategory: RestResponse.ResponseCategory = ResponseCategory.RequestIsWrong) : RestResponse

Inheritors

Constructors

Link copied to clipboard
constructor(status: Int, responseCategory: RestResponse.ResponseCategory = ResponseCategory.RequestIsWrong)

Types

Link copied to clipboard
Link copied to clipboard
class PermanentRedirect(val bytes: ByteArray, val location: String?) : RestResponse.Status3XX
Link copied to clipboard
class TemporaryRedirect(val bytes: ByteArray, val location: String?) : RestResponse.Status3XX

Properties

Link copied to clipboard
abstract val bytes: ByteArray
Link copied to clipboard
Link copied to clipboard
open val location: String? = null
Link copied to clipboard
Link copied to clipboard
open override val status: Int
Link copied to clipboard
open val text: String

Functions

Link copied to clipboard