DomainRedirectResponse

data class DomainRedirectResponse(val domainName: String, val type: String)

Defines the behavior of a domain-level redirect. Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration.

Constructors

Link copied to clipboard
fun DomainRedirectResponse(domainName: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The domain name to redirect to.

Link copied to clipboard

The redirect status code.