RuleTransform

Information about a transform to apply to requests that match a rule. Transforms are applied to requests before they are sent to targets.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about a host header rewrite transform. This transform modifies the host header in an HTTP request. Specify only when Type is host-header-rewrite.

Link copied to clipboard

The type of transform.

Link copied to clipboard

Information about a URL rewrite transform. This transform modifies the request URL. Specify only when Type is url-rewrite.

Functions

Link copied to clipboard
inline fun copy(block: RuleTransform.Builder.() -> Unit = {}): RuleTransform
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String