PermanentRedirect

class PermanentRedirect(val bytes: ByteArray, val location: String?) : RestResponse.Status3XX

Constructors

Link copied to clipboard
constructor(bytes: ByteArray, location: String?)

Properties

Link copied to clipboard
open override val bytes: ByteArray
Link copied to clipboard
Link copied to clipboard
open override val location: String?
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