PassthroughTargetConfiguration

The configuration for an HTTP passthrough target. A passthrough target forwards requests directly to an external HTTP endpoint.

Types

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

Properties

Link copied to clipboard

The HTTPS endpoint that the gateway forwards requests to for this passthrough target.

Link copied to clipboard

The application protocol that the passthrough target implements. This value is required for passthrough targets:

Link copied to clipboard

The API schema configuration that defines the structure of the passthrough target's API.

Link copied to clipboard

The session stickiness configuration for the passthrough target. This configuration routes requests within the same session to the same target.

Functions

Link copied to clipboard
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