RedirectAllRequestsToResponse

data class RedirectAllRequestsToResponse(val hostName: String? = null, val protocol: String? = null)

Definition of RedirectAllRequestsTo

Constructors

Link copied to clipboard
constructor(hostName: String? = null, protocol: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hostName: String? = null

Name of the host where requests are redirected.

Link copied to clipboard
val protocol: String? = null

Protocol to use when redirecting requests. The default is the protocol that is used in the original request.