PassthroughTargetConfiguration
The configuration for an HTTP passthrough target. A passthrough target forwards requests directly to an external HTTP endpoint.
Types
Properties
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
inline fun copy(block: PassthroughTargetConfiguration.Builder.() -> Unit = {}): PassthroughTargetConfiguration